mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-04 13:41:24 +00:00
Update the recommended version of ROCm in docs (#1110)
This commit is contained in:
committed by
GitHub
parent
d89700201b
commit
61545bda35
@@ -72,8 +72,8 @@ First let's clone the library and rebase to the tested version::
|
||||
To make our lives easier we prepared
|
||||
`docker images <https://hub.docker.com/r/rocm/composable_kernel>`_ with all the necessary
|
||||
dependencies. Pick the right image and create a container. In this tutorial we use
|
||||
``rocm/composable_kernel:ck_ub20.04_rocm5.6`` image, it is based on Ubuntu 20.04 and
|
||||
ROCm v5.6.
|
||||
``rocm/composable_kernel:ck_ub20.04_rocm6.0`` image, it is based on Ubuntu 20.04 and
|
||||
ROCm v6.0.
|
||||
|
||||
If your current folder is ``${HOME}``, start the docker container with::
|
||||
|
||||
@@ -83,7 +83,7 @@ If your current folder is ``${HOME}``, start the docker container with::
|
||||
--group-add sudo \
|
||||
-w /root/workspace \
|
||||
-v ${HOME}:/root/workspace \
|
||||
rocm/composable_kernel:ck_ub20.04_rocm5.6 \
|
||||
rocm/composable_kernel:ck_ub20.04_rocm6.0 \
|
||||
/bin/bash
|
||||
|
||||
If your current folder is different from ``${HOME}``, adjust the line ``-v ${HOME}:/root/workspace``
|
||||
|
||||
Reference in New Issue
Block a user