Skip to content

Commit 6193c0f

Browse files
EkleogLegNeato
andauthored
add llvm spir-v backend to readme (#37)
* add llvm spir-v backend to readme Fixes #33 (converted to discussion since) I'm not including VCC here, as I didn't understand enough from its homepage to write a proper comparison. * Tweak wording --------- Co-authored-by: Christian Legnitto <LegNeato@users.noreply.github.com>
1 parent 666f1fc commit 6193c0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ There are a few different components to this repo:
120120

121121
Historical and other related projects for compiling Rust code to GPUs.
122122

123+
- [SPIR-V LLVM backend](https://llvm.org/docs/SPIRVUsage.html) Compiles to OpenCL SPIR-V, which differs from Vulkan SPIR-V used by Rust GPU.
123124
- 2016: [glassful](https://github.com/kmcallister/glassful) Compiles a subset of Rust to GLSL.
124125
- 2017: [inspirv-rust](https://github.com/msiglreith/inspirv-rust) Experimental Rust to SPIR-V compiler.
125126
- 2018: [nvptx](https://github.com/japaric-archived/nvptx) Rust to PTX compiler.

0 commit comments

Comments
 (0)