Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information