Lauren Wrubleski
Lauren Wrubleski
When an event monitor is set up on keyboard events, if it's throttled the event isn't stopped from propagating. That results in this code ```python from IPython.display import display from...
Previously if a project tried to include rocRAND via `add_subdirectory`, but was using the `HIP` language provided by CMake, this would fail (see [rocThrust issue #238](https://github.com/ROCmSoftwarePlatform/rocThrust/issues/238)). This PR should enable...
The static packages were previously named inconsistently, with clients packages getting `-static` and the develop package remaining unchanged. Additionally, the runtime package is still generated for static builds, and the...
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...
- 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...