You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Set c++ version to 17 and create warning
* Fix no_discard warning c++17
* Build for both c++ 14 and 17
* Add to changelog
* Fix warnings when generating sphinx docs
* Replace GitHub URL with its issue number
* Update documentation generation instructions
* Fix CI on rocm/dev-ubuntu
* Make rocRAND usable from FetchContent
* Remove extra dashes in the documentation its \param and \tparam
* Documentation to CI upload
* Match cuRAND benchmarks with rocRAND ones
* Replace download_project with FetchContent
* fix: missing err stream
* Resolve "Some tests create discrete_distribution but do not use it"
* docs(changelog): move c++14 deprecation notice to upcoming changes
* Deprecate sobol constants and vectors
---------
Co-authored-by: Nick Breed <[email protected]>
Co-authored-by: Sander Bos <[email protected]>
Co-authored-by: Anton Gorenko <[email protected]>
Co-authored-by: Robin Voetter <[email protected]>
Co-authored-by: Borys Petrov <[email protected]>
Co-authored-by: Beatriz Navidad Vilches <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+55-22
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
1
# rocRAND
2
2
3
+
> [!NOTE]
4
+
> The published rocRAND documentation is available [here](https://rocm.docs.amd.com/projects/rocRAND/en/latest/) in an organized, easy-to-read format, with search and a table of contents. The documentation source files reside in the `docs` folder of this repository. As with all ROCm projects, the documentation is open source. For more information on contributing to the documentation, see [Contribute to ROCm documentation](https://rocm.docs.amd.com/en/latest/contribute/contributing.html).
5
+
3
6
The rocRAND project provides functions that generate pseudorandom and quasirandom numbers.
4
7
The rocRAND library is implemented in the [HIP](https://github.com/ROCm/HIP)
5
8
programming language and optimized for AMD's latest discrete GPUs. It is designed to run on top
@@ -24,28 +27,6 @@ split into a separate library. As of version 6.0, hipRAND can no longer be built
24
27
* Scrambled Sobol64
25
28
* ThreeFry
26
29
27
-
## Documentation
28
-
29
-
> [!NOTE]
30
-
> The published rocRAND documentation is available at [rocRAND](https://rocm.docs.amd.com/projects/rocRAND/en/latest/) in an organized, easy-to-read format, with search and a table of contents. The documentation source files reside in the rocRAND/docs folder of this repository. As with all ROCm projects, the documentation is open source. For more information, see [Contribute to ROCm documentation](https://rocm.docs.amd.com/en/latest/contribute/contributing.html).
31
-
32
-
To build documentation locally, use the following code:
The build system uses Doxygen [version 1.9.4](https://github.com/doxygen/doxygen/releases/tag/Release_1_9_4). You can try using a newer version, but that might cause issues.
0 commit comments