You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to compile the Blender/Cycles SYCL backend with device globals support for AMD/HIP causes the build to fail with the following amdgcn-link error:
But it might be related to the solution of the mentioned problem, since with an older compiler version v6.0.0-rc1 (5f25e25675b9393831eb53afef483c06ad483f2b) the code builds but throws a similar error as reported above:
<HIP>[ERROR]:
UR HIP ERROR:
Value: 500
Name: hipErrorNotFound
Description: named symbol not found
Function: getGlobalVariablePointer
Source Location: /home/intel/Develop/sycl-demo/build/llvm-v6.0.0-rc1/_deps/unified-runtime-src/source/adapters/hip/program.cpp:254
<HIP>[ERROR]:
UR HIP ERROR:
Value: UR_RESULT_ERROR_UNKNOWN
Function: deviceGlobalCopyHelper
Source Location: /home/intel/Develop/sycl-demo/build/llvm-v6.0.0-rc1/_deps/unified-runtime-src/source/adapters/hip/enqueue.cpp:1691
oneAPI test kernel execution: got a runtime exception "Native API failed. Native API returns: 2147483646 (UR_RESULT_ERROR_UNKNOWN)"
But with the current compiler version (b512633e2de8547cecfce12aed2c62090282c6ed) it does not even compile/link anymore.
Maybe it is related to the solution for this #2475 , which probably are #15224 or #15148
Describe the bug
Trying to compile the Blender/Cycles SYCL backend with
device globals
support for AMD/HIP causes the build to fail with the followingamdgcn-link
error:To reproduce
Environment
clang++ --version
]rocm-smi
andsycl-ls --verbose
]SYCL-LS:
Additional context
No response
The text was updated successfully, but these errors were encountered: