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
[cmake][rocRAND] Updated toolchain-linux.cmake to have proper CMAKE_PREFIX_PATH definitions (#587)
* make rmake compatible with linux
* updated tool chain and cmakeList such that CMAKE_PREFIX_PATH is defined
* implemented default paramaters
* removed CXX default
* updated changelog
* updated changelog to include rmake fix
* Update CHANGELOG.md
Co-authored-by: Jeffrey Novotny <[email protected]>
* Update CHANGELOG.md
Co-authored-by: Jeffrey Novotny <[email protected]>
* got rid of extra message call
* removed part of code where the CXX_COMPILER was forced changed to g++ or cl if it was not gnu
* updated changelog to include new Dependencies.cmake changes
* Update CHANGELOG.md
Co-authored-by: Jeffrey Novotny <[email protected]>
* updated to use google benchmark version 1.8 and cmake version 3.16-3.25
* got rid of run.error_occurred as its no longer supported with google benchmark 1.8
---------
Co-authored-by: Jeffrey Novotny <[email protected]>
Co-authored-by: Nguyen <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,15 @@ Documentation for rocRAND is available at
14
14
15
15
### Changed
16
16
17
+
* Removed a section in `cmake/Dependencies.cmake` that was forcing `DCMAKE_CXX_COMPILER` to be set to either `cl` or `g++` if the compiler was not `GNU`.
17
18
*`--test|-t` is no longer a required flag for `rtest.py`. Instead, the user can use either `--emulation|-e` or `--test|-t`, but not both.
18
19
* Removed TBB dependency for multi-core processing of host-side generation.
19
20
21
+
## Resolved issues
22
+
23
+
* Fixed an issue where `CMAKE_PREFIX_PATH` was not defined properly in `CMAKELists.txt` and `toolchain-linux.cmake`.
24
+
* Fixed an issue in `rmake.py` where `cmake_platform_opts` was sometimes a string instead of a list.
0 commit comments