Skip to content

Commit ffdb416

Browse files
authored
Add amdgpu target (#62)
1 parent 4a228c8 commit ffdb416

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/pages/ecosystem.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@ on the GPU. _Currently unmaintained but stay tuned!_
2323

2424
Compiles unmodified Rust code to
2525
[PTX](https://docs.nvidia.com/cuda/parallel-thread-execution/index.html) (CUDA) so that
26-
it can run on the GPU.
26+
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.
2731

2832
## [CubeCL](https://github.com/tracel-ai/cubecl)
2933

0 commit comments

Comments
 (0)