Skip to content

Commit 8504c51

Browse files
committed
fix import
1 parent f5e4a43 commit 8504c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchao/prototype/inductor/qsdpa_lowering.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import sympy
44
import torch
55
from torch._inductor.ir import ChoiceCaller, FixedLayout, TensorBox, get_fill_order
6-
from torch._inductor.kernel.flex_attention import construct_strides, maybe_realize
6+
from torch._inductor.kernel.flex.common import construct_strides, maybe_realize
77
from torch._inductor.lowering import register_lowering
88
from torch._inductor.select_algorithm import (
99
ExternKernelChoice,

0 commit comments

Comments
 (0)