Konstantin Zhuravlyov
Konstantin Zhuravlyov
Should go to runtime, not compiler. Saad, please reassign.
Yes, I will enable the mirroring today. Note that this repo has been deprecated. device-libs, comgr, hipcc are now a part of llvm-project: https://github.com/RadeonOpenCompute/llvm-project/tree/amd-stg-open/amd. There is some scripting I need...
We would like to archive device-libs and comgr projects. In order to build device-libs and comgr, which are now integrated into https://github.com/ROCm/llvm-project/tree/amd-staging/amd, can you try the following steps: - cd...
Hi @pszi1ard, I fixed similar issue earlier. Can you try with the newer version of compiler, which includes this commit: https://github.com/RadeonOpenCompute/clang/commit/217f7efd9759e285b74a1368dfbd054368d7d9f3#diff-6e55490bc6f998368636d91d111084a2 ?
Hello, I took a quick look at the code object attached. This is the intended behaviour. The provided code object has the following dynsym: ``` Symbol table '.dynsym' contains 7...
Looks like the fix was already merged into amd-stg-open.
CC @lamb-j
https://github.com/RadeonOpenCompute/ROCm-OpenCL-Runtime/pull/84 temporary resolves this error. the icd_dispatch moved to "icd/**_loader_**/icd_dispatch.h". There is another issue with ICD we need to fix related to symlinking headers into icd/inc. I will post a...
I have posted a patch for review internally that resolves this issue without pegging icd to an older revision. Thanks.
Hello, this has been fixed with - 2c8b286a597f055b9d0fad2d78e8193845cec772 - 5ea40778ef5889b3dc51c3ba4df5e10a3b3b689e Could you verify and close this issue if it works for you? Thanks,