Skip to content

Commit

Permalink
Add F16 support for benchmark. (iree-org#18580)
Browse files Browse the repository at this point in the history
Add F16 support for the benchmark.

Signed-off-by: erman-gurses <erman@nod-labs.com>
  • Loading branch information
erman-gurses authored Sep 25, 2024
1 parent 3773a48 commit 7290283
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/bindings/python/iree/runtime/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
numpy.dtype(numpy.int64): "i64",
numpy.dtype(numpy.float64): "f64",
numpy.dtype(numpy.int16): "i16",
numpy.dtype(numpy.float16): "f16",
numpy.dtype(numpy.int8): "i8",
numpy.dtype(numpy.bool_): "i1",
}
Expand Down

0 comments on commit 7290283

Please sign in to comment.