We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7d4d0d commit 1918f94Copy full SHA for 1918f94
1 file changed
runtime/bindings/python/iree/runtime/benchmark.py
@@ -42,6 +42,7 @@
42
numpy.dtype(numpy.int16): "i16",
43
numpy.dtype(numpy.float16): "f16",
44
numpy.dtype(numpy.int8): "i8",
45
+ numpy.dtype(numpy.uint8): "i8",
46
numpy.dtype(numpy.bool_): "i1",
47
}
48
0 commit comments