From 9885d58981b11cf87824bf13667498e8f1fa5160 Mon Sep 17 00:00:00 2001 From: Christian Legnitto Date: Mon, 13 Jan 2025 19:16:56 -0400 Subject: [PATCH] Add `amdgpu` target --- src/pages/ecosystem.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/pages/ecosystem.md b/src/pages/ecosystem.md index 2d0aee8..2985ed8 100644 --- a/src/pages/ecosystem.md +++ b/src/pages/ecosystem.md @@ -23,7 +23,11 @@ on the GPU. _Currently unmaintained but stay tuned!_ Compiles unmodified Rust code to [PTX](https://docs.nvidia.com/cuda/parallel-thread-execution/index.html) (CUDA) so that -it can run on the GPU. +it can run on NVIDIA GPUs. + +## [amdgpu backend in rustc](https://github.com/rust-lang/rust/issues/135024) + +Compiles unmodified Rust code to [HSA](https://github.com/RadeonOpenCompute/ROCR-Runtime) so that it can run on AMD GPUs. ## [CubeCL](https://github.com/tracel-ai/cubecl)