Skip to content

Commit 51648c9

Browse files
fix issue #305
1 parent 493accc commit 51648c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

kernel_tuner/interface.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ def __deepcopy__(self, _):
126126
(
127127
"""Specifies the language used for GPU kernels. The kernel_tuner
128128
automatically detects the language, but if it fails, you may specify
129-
the language using this argument, currently supported: "CUDA", "Cupy",
130-
"OpenCL", "HIP", or "C".""",
129+
the language using this argument, currently supported: "CUDA", "CuPy",
130+
"nvcuda", "OpenCL", "HIP", or "C".""",
131131
"string",
132132
),
133133
),
@@ -530,7 +530,7 @@ def _get_docstring(opts):
530530

531531

532532
_tune_kernel_docstring = (
533-
""" Tune a CUDA kernel given a set of tunable parameters
533+
""" Tune a GPU kernel given a set of tunable parameters
534534
535535
%s
536536

0 commit comments

Comments
 (0)