Skip to content

Commit 1f7d256

Browse files
authored
HIP update design.rst
1 parent cab70bc commit 1f7d256

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/design.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The Kernel Tuner is designed to be extensible and support
1212
different search and execution strategies. The current architecture of
1313
the Kernel Tuner can be seen as:
1414

15-
.. image:: architecture_0.4.3.png
15+
.. image:: architecture.png
1616
:width: 500pt
1717

1818
At the top we have the kernel code and the Python script that tunes it,
@@ -48,7 +48,7 @@ building blocks for implementing runners.
4848
The observers are explained in :ref:`observers`.
4949

5050
At the bottom, the backends are shown.
51-
PyCUDA, CuPy, cuda-python and PyOpenCL are for tuning either CUDA or OpenCL kernels.
51+
PyCUDA, CuPy, cuda-python, PyOpenCL and PyHIP are for tuning either CUDA, OpenCL, or HIP kernels.
5252
The C
5353
Functions implementation can actually call any compiler, typically NVCC
5454
or GCC is used. There is limited support for tuning Fortran kernels.

0 commit comments

Comments
 (0)