rocm-cmake
rocm-cmake copied to clipboard
Rocm cmake modules
Merge the changelog and version updates for ROCm 6.1 back into develop.
There is a request to install executables for ASAN builds to a separate location (specifically this is in the context of test executables, but we don't have the ability to...
This is so that we can add_subdirectory() this project and not clash with LLVM's check target. TEST: running before and after has same number of check failures (3) on my...
- In the previous version, `CPACK_DEBIAN_PACKAGE_PROVIDES` was not evaluated, causing packages to include the literal string `CPACK_DEBIAN_PACKAGE_PROVIDES` in their provides field. - Changed the behaviour to more closely match that...
### Problem Description See failure in https://github.com/ROCm/rocm-cmake/actions/runs/7493947898/job/20400783726. Unknown failure in Doxygen when running the doc-sphinxdoxygen test on macOS. (CPU/GPU irrelevant) Failure log: ``` [...] [100%] Building html documentation with Sphinx...
This broke deploying docs to github pages. We dont want to add the build directory to git for github pages nor do we want to add the build directory when...
**[Observations]** with googletest `v1.14.0` (latest version as of 10/31/2023) ``` FetchContent_Declare( googletest GIT_REPOSITORY https://github.com/google/googletest.git GIT_TAG f8d7d77c06936315286eb55f8de22cd23c188571 ) ``` We observe multiple `ROCMChecks WARNING` warnings like ``` ******************************************************************************* *------------------------------- ROCMChecks WARNING...