Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion torchao/float8/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ class Float8LinearConfig:
# inner dimension of a (dim 1) and b (dim 2) with 0s. This is needed for matmuls
# _scaled_mm since it has the strong constraint that for M,N,K N, K must be a multiple of 16.
# This can cause a memory spike however so we keep this off by default.
pad_inner_dim: bool = False
pad_inner_dim: bool = True

# If True, emulation is used instead of hardware accelerated gemm
emulate: bool = False
Expand Down