We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40a51c7 commit ab45e5dCopy full SHA for ab45e5d
numba_dpex/kernel_api_impl/spirv/spirv_generator.py
@@ -124,6 +124,7 @@ def finalize(self):
124
"--spirv-ext=+SPV_EXT_shader_atomic_float_add",
125
"--spirv-ext=+SPV_EXT_shader_atomic_float_min_max",
126
"--spirv-ext=+SPV_INTEL_arbitrary_precision_integers",
127
+ "--spirv-ext=+SPV_INTEL_variable_length_array",
128
]
129
for key in list(self.context.extra_compile_options.keys()):
130
if key == LLVM_SPIRV_ARGS:
0 commit comments