Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
vgokhale committed Dec 18, 2024
1 parent 2736485 commit 9483514
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/perf-kernels/gemm.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ def matmul(a, b, c, a_scale, b_scale, scale_a8_b8=False, activation=""):
'fp8e4': torch.float8_e4m3fnuz,
}


dtype_max = {
dtype: (torch.finfo(dtype) if dtype.is_floating_point else torch.iinfo(dtype)).max
for dtype in [
Expand Down

0 comments on commit 9483514

Please sign in to comment.