ROCR-Runtime
ROCR-Runtime copied to clipboard
ROCm Platform Runtime: ROCr a HPC market enhanced HSA based runtime
I am trying to run OpenCL applications on the APU that comes with Ryzen 3400G (i.e., gfx902+xnack). Sometimes it will work and return me correct results, but sometimes it blocks...
https://github.com/RadeonOpenCompute/ROCR-Runtime/blob/0d9576a5cba4ca4bd17bd2a4a744e59151fcdf9c/src/libamdhsacode/amd_hsa_code_util.cpp#L962
Running `clinfo -l` results in a segfault inside `/usr/lib64/libhsa-ext-image64.so.1`: ``` (gdb) run -l Starting program: /usr/bin/clinfo -l [Thread debugging using libthread_db enabled] Using host libthread_db library "/usr/lib64/libthread_db.so.1". [New Thread 0x7fffef4d7700...
I was experiencing an interesting problem: Linking an executable with libhsa-runtime64.so (1.6.4) and libcuda.so (384.90) results in the following: ``` *** Error in `./vadd': munmap_chunk(): invalid pointer: 0x00000000010848e8 *** =======...
Hi, recently with external programs I have difficulties: ``` prompt:~ 0# clinfo Segmentation fault prompt:~ 139# gdb clinfo NU gdb (GDB; openSUSE Tumbleweed) 8.3 Copyright (C) 2019 Free Software Foundation,...
see also https://github.com/RadeonOpenCompute/ROCm/issues/807 There seems to be signing in November but the sums didn't match.
Similar issue to https://github.com/RadeonOpenCompute/ROCm/issues/891 - again, I can send a patch if required.
LITTLEENDIAN_CPU is not set on ppc64le systems. The following patch fixes the issue: ``` diff --git a/src/inc/hsa.h b/src/inc/hsa.h index 0ed2b68..0342eea 100644 --- a/src/inc/hsa.h +++ b/src/inc/hsa.h @@ -80,7 +80,7 @@ //...
This resolves an HCC build failure on OpenPOWER systems. IBM has stated that all future OpenPOWER development should be little endian, so this change should be safe.
Although there is a check that `minor` is `