Skip to content

Commit 1220cf5

Browse files
authored
HIP update README.rst
1 parent ee0c4d5 commit 1220cf5

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,14 @@ To tune OpenCL kernels:
2828
- First, make sure you have an OpenCL compiler for your intended OpenCL platform
2929
- Then type: ``pip install kernel_tuner[opencl]``
3030

31-
Or both:
31+
To tune HIP kernels:
3232

33-
- ``pip install kernel_tuner[cuda,opencl]``
33+
- First, make sure you have an HIP runtime and compiler installed
34+
- Then type: ``pip install kernel_tuner[hip]``
35+
36+
Or all:
37+
38+
- ``pip install kernel_tuner[cuda,opencl,hip]``
3439

3540
More information about how to install Kernel Tuner and its
3641
dependencies can be found in the `installation guide

0 commit comments

Comments
 (0)