We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a6dc32 commit b59bfceCopy full SHA for b59bfce
torch/_inductor/fx_passes/overlap_scheduling.py
@@ -6,7 +6,7 @@
6
from collections import Counter, defaultdict
7
from collections.abc import Callable, Iterable
8
from dataclasses import dataclass
9
-from typing import Any, Callable, Literal
+from typing import Any, Literal
10
11
import torch
12
import torch.fx as fx
0 commit comments