Skip to content

Commit eab0306

Browse files
authored
HIP update interface.py doc
1 parent 6862f14 commit eab0306

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kernel_tuner/interface.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def __deepcopy__(self, _):
9898
(
9999
"kernel_source",
100100
(
101-
"""The CUDA, OpenCL, or C kernel code.
101+
"""The CUDA, OpenCL, HIP, or C kernel code.
102102
It is allowed for the code to be passed as a string, a filename, a function
103103
that returns a string of code, or a list when the code needs auxilliary files.
104104
@@ -124,7 +124,7 @@ def __deepcopy__(self, _):
124124
"""Specifies the language used for GPU kernels. The kernel_tuner
125125
automatically detects the language, but if it fails, you may specify
126126
the language using this argument, currently supported: "CUDA", "Cupy",
127-
"OpenCL", or "C".""",
127+
"OpenCL", "HIP", or "C".""",
128128
"string",
129129
),
130130
),

0 commit comments

Comments
 (0)