Skip to content

Commit

Permalink
The SPV_INTEL_variable_lenght_array SPIRV ext. is needed on PVC.
Browse files Browse the repository at this point in the history
  • Loading branch information
diptorupd committed May 7, 2024
1 parent 40a51c7 commit ab45e5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions numba_dpex/kernel_api_impl/spirv/spirv_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ def finalize(self):
"--spirv-ext=+SPV_EXT_shader_atomic_float_add",
"--spirv-ext=+SPV_EXT_shader_atomic_float_min_max",
"--spirv-ext=+SPV_INTEL_arbitrary_precision_integers",
"--spirv-ext=+SPV_INTEL_variable_length_array",
]
for key in list(self.context.extra_compile_options.keys()):
if key == LLVM_SPIRV_ARGS:
Expand Down

0 comments on commit ab45e5d

Please sign in to comment.