Pass llvm bitcode to llvm-spirv using stdin rather than first serializing the bitcode to disk #862
Open
Labels
llvm-spirv
related to the llvm-spirv
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.The text was updated successfully, but these errors were encountered: