Skip to content

Commit d71b11b

Browse files
authored
HIP update core.py DeviceInterface doc
1 parent 1f7d256 commit d71b11b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel_tuner/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ def __init__(self, kernel_source, device=0, platform=0, quiet=False, compiler=No
213213
:type device: int
214214
215215
:param lang: Specifies the language used for GPU kernels.
216-
Currently supported: "CUDA", "OpenCL", or "C"
216+
Currently supported: "CUDA", "OpenCL", "HIP" or "C"
217217
:type lang: string
218218
219219
:param compiler_options: The compiler options to use when compiling kernels for this device.

0 commit comments

Comments
 (0)