Skip to content

Commit a1ee24e

Browse files
author
Diptorup Deb
authored
Merge pull request #1060 from IntelPython/fix/spirv-version-in-atomic-emulation
Update the SPIR-V version for the atomic emulation kernel.
2 parents f54cdc1 + 3ae1167 commit a1ee24e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def spirv_compile():
115115
spirv_args = [
116116
_llvm_spirv(),
117117
"--spirv-max-version",
118-
"1.1",
118+
"1.4",
119119
"numba_dpex/ocl/atomics/atomic_ops.bc",
120120
"-o",
121121
"numba_dpex/ocl/atomics/atomic_ops.spir",

0 commit comments

Comments
 (0)