Skip to content

Commit 3ae1167

Browse files
author
Diptorup Deb
committed
Update the SPIR-V version for the atomic emulation kernel.
1 parent f54cdc1 commit 3ae1167

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)