File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 4
4
import itertools
5
5
import os
6
6
import sys
7
- import unittest
8
7
9
8
import torch
10
9
from torch import nn
17
16
from torch ._dynamo .utils import counters
18
17
from torch ._inductor import config as inductor_config
19
18
from torch ._inductor .test_case import TestCase
20
- from torch .testing ._internal .common_utils import IS_CI , IS_WINDOWS , TEST_WITH_ASAN
19
+ from torch .testing ._internal .common_utils import TEST_WITH_ASAN
21
20
from torch .testing ._internal .inductor_utils import HAS_CPU , HAS_CUDA
22
21
23
22
24
- if IS_WINDOWS and IS_CI :
25
- sys .stderr .write (
26
- "Windows CI does not have necessary dependencies for test_torchinductor yet\n "
27
- )
28
- if __name__ == "__main__" :
29
- sys .exit (0 )
30
- raise unittest .SkipTest ("requires sympy/functorch/filelock" )
31
-
32
23
importlib .import_module ("functorch" )
33
24
importlib .import_module ("filelock" )
34
25
You can’t perform that action at this time.
0 commit comments