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 f8e8120 commit 5eabdedCopy full SHA for 5eabded
numba_dpex/tests/dpjit_tests/parfors/test_builtin_ops.py
@@ -13,6 +13,7 @@
13
from numba_dpex.tests._helper import (
14
get_float_dtypes,
15
get_int_dtypes,
16
+ has_level_zero,
17
has_opencl_gpu,
18
is_windows,
19
num_required_arguments,
@@ -317,7 +318,7 @@ def parfor_not_(a):
317
318
}
319
320
-if has_opencl_gpu() or is_windows():
321
+if has_opencl_gpu() or is_windows() or has_level_zero():
322
unsupported_funcs |= {parfor_ipow}
323
324
0 commit comments