You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Raise error when autotune_with_torch_compile_fusion is set without torch_compile_fusion
Previously, setting autotune_with_torch_compile_fusion=True without
torch_compile_fusion=True was silently ignored. Now it raises
FusionAutotuneRequiresTorchCompileFusion at Settings construction time.
0 commit comments