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
...
File "/localdisk/work/spokhode/numba-dppy/numba_dppy/spirv_generator.py", line 115, in link
check_call(["spirv-link", *flags, "-o", opath, *binaries])
File "/localdisk/work/spokhode/numba-dppy/numba_dppy/spirv_generator.py", line 37, in check_callreturn _real_check_call(*args, **kwargs)
File "/localdisk/work/spokhode/miniconda3/envs/dev/lib/python3.9/subprocess.py", line 373, in check_callraise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['spirv-link', '--allow-partial-linkage', '-o', '/tmp/tmpzkvy2w_v/2-linked-spirv', '/tmp/tmpzkvy2w_v/1-generated-spirv', '/localdisk/work/spokhode/numba-dppy/numba_dppy/ocl/atomics/atomic_ops.spir']' returned non-zero exit status 1.
The text was updated successfully, but these errors were encountered:
Native atomics is enabled by default and emulated atomics code is removed. The problem most likely was the *.cl kernel for atomics emulation was not pre-compiled with -g when the debug flag was used it was linking to a binary without debug symbols.
Since, emulation is now removed the problem is no longer reproducible.
Scenario: "run dpbench gpairs workload"
The text was updated successfully, but these errors were encountered: