Skip to content

Commit e835880

Browse files
authored
Hot fix after PyTorch pin update (#5017)
Signed-off-by: Anatoly Myachev <[email protected]>
1 parent 547d702 commit e835880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/triton_kernels_benchmark/flex_attention_benchmark_causal_mask.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import torch._inductor.lowering
1414
import torch._inductor.kernel
1515
import torch._inductor.kernel.flex.flex_attention as flex_attn
16-
from torch._inductor.template_heuristics import FlexConfig, FlexDecodeConfig
16+
from torch._inductor.template_heuristics.triton import FlexConfig, FlexDecodeConfig
1717

1818
import triton_kernels_benchmark as benchmark_suit
1919
import triton

0 commit comments

Comments
 (0)