Skip to content

Commit d00ee41

Browse files
authored
[2/x] float8 cleanup: move roofline utils to testing (#1780)
* Update [ghstack-poisoned] * Update [ghstack-poisoned]
1 parent 7d87946 commit d00ee41

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

benchmarks/float8/float8_roofline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
Float8LinearConfig,
6262
convert_to_float8_training,
6363
)
64-
from torchao.float8.roofline_utils import (
64+
from torchao.testing.float8.roofline_utils import (
6565
get_float8_mem_sympy,
6666
get_gemm_time_sympy,
6767
)

0 commit comments

Comments
 (0)