-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add CMake support for documentation #77
base: develop
Are you sure you want to change the base?
Conversation
5a0bc21
to
a42d1e6
Compare
a42d1e6
to
7101aa5
Compare
7101aa5
to
3a203e0
Compare
Rebased |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@matyas-streamhpc Can you please fix the items I've commented on? I'll be able to merge this once they're finished.
Sorry for the long delay in getting around to this PR.
@@ -27,6 +27,7 @@ Documentation for hipFFT is available at | |||
|
|||
* `hipfftXtSetGPUs`, `hipfftXtMalloc, hipfftXtMemcpy`, `hipfftXtFree`, and `hipfftXtExecDescriptor` APIs | |||
have been implemented to allow FFT computing on multiple devices in a single process | |||
* CMake support for documentation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you merge current develop into this branch, and then make this an Addition under hipFFT 1.0.17? i.e.
## hipFFT 1.0.17 (unreleased)
### Additions
* CMake support for documentation.
Alternatively, build with CMake: | ||
|
||
```bash | ||
cmake -DBUILD_DOCS=ON ... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's an extra .
here.
resolves #___
Summary of proposed changes: