Skip to content

Commit bbf978e

Browse files
author
Diptorup Deb
authored
Merge pull request #996 from IntelPython/fix/kernel_pipeline_for_parfors
Use kernel compiler for parfors as well.
2 parents 46c09ff + ce791ca commit bbf978e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numba_dpex/core/compiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def compile_with_dpex(
8585
return_type=return_type,
8686
flags=flags,
8787
locals={},
88-
pipeline_class=OffloadCompiler,
88+
pipeline_class=KernelCompiler,
8989
)
9090
else:
9191
raise UnreachableError()

0 commit comments

Comments
 (0)