Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
composable_kernel
Commits
493b0cee
Commit
493b0cee
authored
Aug 02, 2023
by
Bartlomiej Wroblewski
Browse files
Change the recommended version of ROCm to 5.6
parent
2e655c23
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
7 deletions
+6
-7
docs/dockerhub.rst
docs/dockerhub.rst
+3
-4
docs/tutorial_hello_world.rst
docs/tutorial_hello_world.rst
+3
-3
No files found.
docs/dockerhub.rst
View file @
493b0cee
...
...
@@ -30,7 +30,7 @@ run a docker container::
--group-add sudo \
-w /root/workspace \
-v ${PATH_TO_LOCAL_WORKSPACE}:/root/workspace \
rocm/composable_kernel:ck_ub20.04_rocm5.
3_release
\
rocm/composable_kernel:ck_ub20.04_rocm5.
6
\
/bin/bash
and build the CK::
...
...
@@ -76,12 +76,11 @@ The docker images have everything you need for running CK including:
Which image is right for me?
-------------------------------------
Let's take a look at the image naming, for example ``ck_ub20.04_rocm5.
4_release
``. The image specs are:
Let's take a look at the image naming, for example ``ck_ub20.04_rocm5.
6
``. The image specs are:
* ``ck`` - made for running Composable Kernel;
* ``ub20.04`` - based on Ubuntu 20.04;
* ``rocm5.4`` - ROCm platform version 5.4;
* ``release`` - compiler version is release.
* ``rocm5.6`` - ROCm platform version 5.6.
So just pick the right image for your project dependencies and you're all set.
...
...
docs/tutorial_hello_world.rst
View file @
493b0cee
...
...
@@ -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.
3_release
`` image, it is based on Ubuntu 20.04
,
ROCm v5.
3 and a release version of compiler
.
``rocm/composable_kernel:ck_ub20.04_rocm5.
6
`` image, it is based on Ubuntu 20.04
and
ROCm v5.
6
.
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.
3_release
\
rocm/composable_kernel:ck_ub20.04_rocm5.
6
\
/bin/bash
If your current folder is different from ``${HOME}``, adjust the line ``-v ${HOME}:/root/workspace``
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment