Skip to content

Commit

Permalink
Add log for UT random issues to debug
Browse files Browse the repository at this point in the history
Signed-off-by: Cheng, Penghui <[email protected]>
  • Loading branch information
PenghuiCheng committed Jan 13, 2025
1 parent 04e5a38 commit 4c884ca
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions test/xpu/test_ops_xpu.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Owner(s): ["module: intel"]


from torch.testing._internal.common_device_type import instantiate_device_type_tests
from torch.testing._internal.common_utils import run_tests
import torch
import torch._prims as prims
import torch.utils._pytree as pytree
import warnings
from torch.testing._internal.common_device_type import instantiate_device_type_tests, onlyXPU, OpDTypes, ops
from torch.testing._internal.common_utils import run_tests, slowTest, suppress_warnings

try:
from xpu_test_utils import XPUPatchForImport
Expand Down

0 comments on commit 4c884ca

Please sign in to comment.