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.
2 parents 46c09ff + ce791ca commit bbf978eCopy full SHA for bbf978e
numba_dpex/core/compiler.py
@@ -85,7 +85,7 @@ def compile_with_dpex(
85
return_type=return_type,
86
flags=flags,
87
locals={},
88
- pipeline_class=OffloadCompiler,
+ pipeline_class=KernelCompiler,
89
)
90
else:
91
raise UnreachableError()
0 commit comments