diff --git a/crates/burn-hip/README.md b/crates/burn-hip/README.md index 1133d344a6..d14e886ea4 100644 --- a/crates/burn-hip/README.md +++ b/crates/burn-hip/README.md @@ -1,5 +1,7 @@ -# Burn-Cuda +# Burn-hip -This backend is still a work in progress and not ready to be used. +Backend using ROCm HIP runtime. -See #1525 +To execute the tests for this backend set an environment variable called `ROCM_PATH` or `CUBECL_ROCM_PATH` to the installation path of ROCm. It is often `/opt/rocm`. + +For now this backend requires the version `6.2.2` of ROCm or a compatible version.