Skip to content

Commit

Permalink
Merge pull request #996 from IntelPython/fix/kernel_pipeline_for_parfors
Browse files Browse the repository at this point in the history
Use kernel compiler for parfors as well.
  • Loading branch information
Diptorup Deb authored Apr 12, 2023
2 parents 46c09ff + ce791ca commit bbf978e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numba_dpex/core/compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def compile_with_dpex(
return_type=return_type,
flags=flags,
locals={},
pipeline_class=OffloadCompiler,
pipeline_class=KernelCompiler,
)
else:
raise UnreachableError()
Expand Down

0 comments on commit bbf978e

Please sign in to comment.