Skip to content

Commit

Permalink
BENCH: Add benchmarks for fp16 umath functions
Browse files Browse the repository at this point in the history
  • Loading branch information
r-devulap committed Sep 26, 2022
1 parent cf2b314 commit 6070491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/benchmarks/bench_ufunc_strides.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

stride = [1, 2, 4]
stride_out = [1, 2, 4]
dtype = ['f', 'd']
dtype = ['e', 'f', 'd']

class Unary(Benchmark):
params = [UNARY_OBJECT_UFUNCS, stride, stride_out, dtype]
Expand Down

0 comments on commit 6070491

Please sign in to comment.