Skip to content

Commit

Permalink
Use SPV_INTEL_arbitrary_precision_integers when compiling SPIRV from …
Browse files Browse the repository at this point in the history
…LLVM IR
  • Loading branch information
Diptorup Deb authored and ZzEeKkAa committed Mar 14, 2024
1 parent ceb7290 commit 0131838
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 @@ -123,6 +123,7 @@ def finalize(self):
llvm_spirv_args = [
"--spirv-ext=+SPV_EXT_shader_atomic_float_add",
"--spirv-ext=+SPV_EXT_shader_atomic_float_min_max",
"--spirv-ext=+SPV_INTEL_arbitrary_precision_integers",
]
for key in list(self.context.extra_compile_options.keys()):
if key == LLVM_SPIRV_ARGS:
Expand Down

0 comments on commit 0131838

Please sign in to comment.