From 3ae116728cb3d8985ddc5be3bc40e8c65d42158d Mon Sep 17 00:00:00 2001 From: Diptorup Deb Date: Wed, 31 May 2023 10:30:55 -0500 Subject: [PATCH] Update the SPIR-V version for the atomic emulation kernel. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 92e69fc482..b81806266e 100644 --- a/setup.py +++ b/setup.py @@ -115,7 +115,7 @@ def spirv_compile(): spirv_args = [ _llvm_spirv(), "--spirv-max-version", - "1.1", + "1.4", "numba_dpex/ocl/atomics/atomic_ops.bc", "-o", "numba_dpex/ocl/atomics/atomic_ops.spir",