numba-dpex
numba-dpex copied to clipboard
Pass llvm bitcode to llvm-spirv using stdin rather than first serializing the bitcode to disk
Right now numba-dpex serializes the LLVM bitcode to disk and then passes it to llvm-spirv
. The serialization can increase dpex compile time. Numba-dpex should directly pass the LLVM bitcode to llvm-spirv using stdin.