We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee0c4d5 commit 1220cf5Copy full SHA for 1220cf5
README.rst
@@ -28,9 +28,14 @@ To tune OpenCL kernels:
28
- First, make sure you have an OpenCL compiler for your intended OpenCL platform
29
- Then type: ``pip install kernel_tuner[opencl]``
30
31
-Or both:
+To tune HIP kernels:
32
33
-- ``pip install kernel_tuner[cuda,opencl]``
+- 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]``
39
40
More information about how to install Kernel Tuner and its
41
dependencies can be found in the `installation guide
0 commit comments