We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
amdgpu
1 parent 4a228c8 commit ffdb416Copy full SHA for ffdb416
src/pages/ecosystem.md
@@ -23,7 +23,11 @@ on the GPU. _Currently unmaintained but stay tuned!_
23
24
Compiles unmodified Rust code to
25
[PTX](https://docs.nvidia.com/cuda/parallel-thread-execution/index.html) (CUDA) so that
26
-it can run on the GPU.
+it can run on NVIDIA GPUs.
27
+
28
+## [amdgpu backend in rustc](https://github.com/rust-lang/rust/issues/135024)
29
30
+Compiles unmodified Rust code to [HSA](https://github.com/RadeonOpenCompute/ROCR-Runtime) so that it can run on AMD GPUs.
31
32
## [CubeCL](https://github.com/tracel-ai/cubecl)
33
0 commit comments