Skip to content

Commit ab45e5d

Browse files
author
Diptorup Deb
committed
The SPV_INTEL_variable_lenght_array SPIRV ext. is needed on PVC.
1 parent 40a51c7 commit ab45e5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

numba_dpex/kernel_api_impl/spirv/spirv_generator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ def finalize(self):
124124
"--spirv-ext=+SPV_EXT_shader_atomic_float_add",
125125
"--spirv-ext=+SPV_EXT_shader_atomic_float_min_max",
126126
"--spirv-ext=+SPV_INTEL_arbitrary_precision_integers",
127+
"--spirv-ext=+SPV_INTEL_variable_length_array",
127128
]
128129
for key in list(self.context.extra_compile_options.keys()):
129130
if key == LLVM_SPIRV_ARGS:

0 commit comments

Comments
 (0)