ROCm-Device-Libs
ROCm-Device-Libs copied to clipboard
ROCm Device Libraries
I noticed after upgrading to ROCm 5.2 from 5.1 I always get linking errors when building, even for examples in HIP-Examples (like [add4](https://github.com/ROCm-Developer-Tools/HIP-Examples/tree/master/add4)), with the following error: ``` lld: error:...
the current C working draft [1, p392] has reserved names for correctly rounded functions (cr_exp, cr_log, cr_sin, ...). We propose to provide such correctly rounded implementations for the three IEEE...
@alex-t;@guansong;@wkwchau;@nhaustov;@kasaurov;@amdgerritcr We are going to enforce two factor authentication in (https://github.com/RadeonOpenCompute/) organization on 7th April , 2022 . Since we identified you as outside collaborator for this organization, you need...
Hi, as stated [here](https://github.com/RadeonOpenCompute/ROCR-Runtime/issues/43#issuecomment-423043229) HSA signals are supported at a minimum via "ockl". Are there plans to extend the signal support? In particular I would be interested in the "hsa_signal_wait"...
I think this is an oversight
When LLVM is not found cmake says: ``` Add the installation prefix of "LLVM" to CMAKE_PREFIX_PATH or set "LLVM_DIR" to a directory containing one of the above files. ``` However,...
From my tests I think that the recent improvements in ocml are not included in release 4.5. Am I missing anything? Is the improved ocml foreseen to be included soon...
I suspect this is due to the use of "x" instead of "ax" in this portion of the code https://github.com/RadeonOpenCompute/ROCm-Device-Libs/blob/a1f82f37cf105f0091e0f9e850a0a75aabde6eb7/ocml/src/j1F.cl#L81
Greetings, While attempting to package _rocm-device-libs_ for the debian project, I noticed _amdgcn/bitcodes_ landed straight into _$PREFIX/amdgcn_. From an operating system perspective, since this is causing installation below _/usr/amdgcn_ which...
Hello, After reading the HIP programming documentation, I was under the impression that calling ```malloc``` inside a ```__global__``` function is supported; However, the following code throws the following exception when...