ROCm-OpenCL-Runtime
ROCm-OpenCL-Runtime copied to clipboard
ROCm OpenOpenCL Runtime
Since 184c0efb3ad33c7326850fd8d790a3822e62a302, I am having issues building the OpenCL runtime on master. With the `rock-dkms` package installed, and ROCm compile from source, I run ``` ~/bin/repo init -u https://github.com/RadeonOpenCompute/ROCm-OpenCL-Runtime.git -b...
**observed behaviour** `clIcdGetPlatformIDsKHR()` crashes if multiple llvm based implementations present (using radeonsi GPU) - mesa 22.2.1 - ROCm 5.1.3 **output** ``` > clinfo mesa: CommandLine Error: Option 'h' registered more...
According to [the GCC 13 porting note](https://gcc.gnu.org/gcc-13/porting_to.html#header-dep-changes) apparently some `#include `'s should be added. This is going to be necessary when GCC 13 gets released so better get prepared early....
Environment: Ubuntu :20.04.1 kernel:5.15.0-46-generic rocm4.2 with MI100 tests: https://github.com/abduld/Parboil.git ./parboil run histo opencl_base default When I do parboil test, I get this error OpenCL Error (src/opencl_base/main.cpp: 427): CL_INVALID_WORK_GROUP_SIZE PBTIMER: histo_final_kernel:...
Environment 1. ThinkPad X13 Ryzen 7 6850U, Gentoo Linux, Linux 5.18.16/5.19.0 ROCm 5.0.2 2. ThinkPad X13 Ryzen 7 6850U, Gentoo Linux, Linux 5.19.0 + docker rocm-terminal ROCm 5.2 3. Threadripper...
clinfo hangs in a cycle since it completely occupies one processor core. Same symptoms I observed when launch "DaVinci Resolve". On a desktop with a single Radeon 6900XT GPU, this...
Hello, While doing a copyright review for inclusion of _rocm-hipamd_ and dependencies into debian, I noticed some duplicate files LICENSE and LICENSE.txt at the following locations: * _khronos/headers/opencl2.2/LICENSE_ * _khronos/headers/opencl2.2/LICENSE.txt_...
Can you please replace by LF? Dealing with gitconfig autocrlf shenanigans is a pain for some people using git.
The card shows up in `lshw` and `rocminfo`, but `clinfo` shows `0` devices for the AMD platform. I previously had a discussion(https://github.com/rocm-arch/rocm-arch/discussions/768) with the arch-linux package maintainers(@acxz) and concluded that...
Instead of using bundled OpenCL ICD loader and headers, leverage the system version instead. This makes it better to build packages and keep them up to date, as ROCm loader...