Skip to content

Commit c01d1ba

Browse files
committed
update
1 parent 031bb11 commit c01d1ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchao/prototype/inductor/fx_passes/int8_sdpa_fusion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from torchao.utils import TORCH_VERSION_AT_LEAST_2_7
1919

2020
if TORCH_VERSION_AT_LEAST_2_7:
21-
# TORCH_VERSION_AT_LEAST_2_7 is needed for int8 sdpa lowering
21+
# TORCH_VERSION_AT_LEAST_2_7 is needed for functions in int8 sdpa lowering
2222
from ..int8_sdpa_lowering import register_int8_sdpa # noqa: F401
2323
else:
2424
make_fallback(torch.ops.torchao.qscaled_dot_product.default)

0 commit comments

Comments
 (0)