Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Tracked by #810 ...
diptorupd opened this issue Jan 10, 2023 · 0 comments
Labels
llvm-spirv related to the llvm-spirv

Comments

@diptorupd
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
llvm-spirv related to the llvm-spirv
Projects
None yet
Development

No branches or pull requests

1 participant