Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions test/inductor/test_torchinductor.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
from torch.testing._internal.common_device_type import (
_has_sufficient_memory,
expectedFailureXPU,
get_desired_device_type_test_bases,
)
from torch.testing._internal.common_dtype import all_types, get_all_dtypes
from torch.testing._internal.common_utils import (
Expand Down
1 change: 1 addition & 0 deletions test/inductor/test_torchinductor_dynamic_shapes.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
TEST_CUDA_MEM_LEAK_CHECK,
TEST_WITH_ASAN,
TEST_WITH_ROCM,
skipIfRocm,
)
from torch.testing._internal.inductor_utils import GPU_TYPE, HAS_CPU, HAS_GPU

Expand Down