You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The spirv target started landing earlier this year [0], though it seems most of the active development is still happening on the KhronosGroup org/repos [1].
When Rust moves to LLVM 15 [2], will there be any benefit to this project? Will it be possible to use spirv-unknown-unknown, or is the rustc_codegen_spirv using a different approach?
I have no experience yet on compiler intrinsics, and I am curious as someone willing to learn and contribute.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The spirv target started landing earlier this year [0], though it seems most of the active development is still happening on the KhronosGroup org/repos [1].
When Rust moves to LLVM 15 [2], will there be any benefit to this project? Will it be possible to use
spirv-unknown-unknown
, or is therustc_codegen_spirv
using a different approach?I have no experience yet on compiler intrinsics, and I am curious as someone willing to learn and contribute.
[0] https://www.phoronix.com/news/LLVM-15-SPIR-V-Backend
[1] https://github.com/KhronosGroup/LLVM-SPIRV-Backend
[2] https://github.com/rust-lang/rust/pulls?q=is%3Apr+llvm+is%3Aclosed+author%3Anikic
Beta Was this translation helpful? Give feedback.
All reactions