Nara
Nara
**What's the idea?** I like to use a game controller (in my case a DDR DancePad) to control avatar parameters. However since it by default maps to controller inputs it...
Closes https://github.com/ROCm/rocPRIM/issues/542. This change introduces a `ROCPRIM_DETAIL_DEVICE_STATIC_ASSERT` macro (internal detail macro and is not public API). That only asserts when compiling for device, thus skipping the assert when compiling on...
For example, [in HIP-CPU `__ffsll`](https://github.com/ROCm-Developer-Tools/HIP-CPU/blob/1bf89aa04804fdb9ca6306a4d357cf4dfa5aa74d/include/hip/hip_api.h#L101) is defined with `std::uint64_t`: ```cpp std::uint32_t __ffsll(std::uint64_t x) noexcept { return hip::detail::bit_scan_forward(x); } ``` But in the [HIP runtime (CLR)](https://github.com/ROCm-Developer-Tools/clr/blob/5914ac3c6e9b3848023a7fa25e19e560b1c38541/hipamd/include/hip/amd_detail/amd_device_functions.h#L78) and [in GCC](https://gcc.gnu.org/onlinedocs/gcc/Other-Builtins.html#index-_005f_005fbuiltin_005fffsll) it is...
This PR brings various updates, intended for ROCm 6.3. It contains the following merge commits: * 7ea783fc perf: improve performance on rocm 6.2. * 1a40ddc2 fix: performance regression introduced with...
### Problem Description Either the packaged rocGDB in the ROCm stack isn't linked to the right library, i.e. `libpython3.8.so`. Or `libamdpython.so` isn't correctly bundled. ### Operating System Ubuntu 20.04.6 ###...