numba-dpex icon indicating copy to clipboard operation
numba-dpex copied to clipboard

Pass llvm bitcode to llvm-spirv using stdin rather than first serializing the bitcode to disk

Open diptorupd opened this issue 2 years ago • 0 comments

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.

diptorupd avatar Jan 10 '23 06:01 diptorupd