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 48db638 commit e003d1cCopy full SHA for e003d1c
kernel_tuner/backends/hip.py
@@ -129,7 +129,7 @@ def ready_argument_list(self, arguments):
129
logging.debug("HipFunction ready_argument_list called")
130
ctype_args = []
131
data_ctypes = None
132
- for arg in enumerate(arguments):
+ for arg in arguments:
133
dtype_str = str(arg.dtype)
134
if isinstance(arg, np.ndarray):
135
if dtype_str in dtype_map.keys():
0 commit comments