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 a09c889 commit a430331Copy full SHA for a430331
kernel_tuner/c.py
@@ -69,7 +69,9 @@ def ready_argument_list(self, arguments):
69
"""
70
ctype_args = []
71
72
- dtype_map = {"int32": C.c_int32,
+ dtype_map = {"int8": C.c_char,
73
+ "int16": C.c_short,
74
+ "int32": C.c_int32,
75
"int64": C.c_int64,
76
"float32": C.c_float,
77
"float64": C.c_double}
0 commit comments