Switch from ROCmSoftwarePlatform to ROCm org (#1091)

* switch from ROCmSoftwarePlatform to ROCm org

* replace ROCmSoftwarePlatform with ROCm in few more places
This commit is contained in:
Illia Silin
2023-12-07 15:59:34 -08:00
committed by GitHub
parent 33600202c6
commit d939411dae
5 changed files with 11 additions and 11 deletions

View File

@@ -71,7 +71,7 @@ Docker images are available on [DockerHub](https://hub.docker.com/r/rocm/composa
3. Clone CK source code from the GitHub repository and start the build:
```bash
git clone https://github.com/ROCmSoftwarePlatform/composable_kernel.git && \
git clone https://github.com/ROCm/composable_kernel.git && \
cd composable_kernel && \
mkdir build && \
cd build