You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set extra compiler options inside KernelCompiler pipeline.
- We should not generate a cpython or a cfunc wrapper for a
kernel decorated function.
- The no_compile is also set to True as the kernel LLVM IR
will not be compiled to an executable object code by Numba.
Instead, numba-dpex will compile the LLVM IR to SPIR-V and
generate a sycl::kernel_bundle.
0 commit comments