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 6862f14 commit eab0306Copy full SHA for eab0306
kernel_tuner/interface.py
@@ -98,7 +98,7 @@ def __deepcopy__(self, _):
98
(
99
"kernel_source",
100
101
- """The CUDA, OpenCL, or C kernel code.
+ """The CUDA, OpenCL, HIP, or C kernel code.
102
It is allowed for the code to be passed as a string, a filename, a function
103
that returns a string of code, or a list when the code needs auxilliary files.
104
@@ -124,7 +124,7 @@ def __deepcopy__(self, _):
124
"""Specifies the language used for GPU kernels. The kernel_tuner
125
automatically detects the language, but if it fails, you may specify
126
the language using this argument, currently supported: "CUDA", "Cupy",
127
- "OpenCL", or "C".""",
+ "OpenCL", "HIP", or "C".""",
128
"string",
129
),
130
0 commit comments