Skip to content

Commit

Permalink
update tuned factors for fp16
Browse files Browse the repository at this point in the history
  • Loading branch information
masahi committed May 18, 2022
1 parent 328d0aa commit 42d4c6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ def index_map(i, j):
k_inner = 16
in_dtype = "float16"
out_dtype = "float16"
i_factors, j_factors, k_factors = [4, 8, 2, 4, 1], [1, 64, 2, 1, 2], [128, 2, 1]
i_factors, j_factors, k_factors = [16, 2, 1, 4, 2], [16, 2, 2, 1, 4], [128, 2, 1]

timer = run_test(
k_inner,
Expand Down

0 comments on commit 42d4c6f

Please sign in to comment.