Open
Description
🐛 Bug
python test_torch.py -v TestTensorDeviceOpsXLA
is part of the CPU CI and it doesn't run any tests. This given a non zero exit code causing the CI test suite to fail.
To Reproduce
Steps to reproduce the behavior:
- export TORCH_TEST_DEVICES= <path_to_pytorch>/pytorch/xla/test/pytorch_test_base.py
- cd <path_to_pytorch>/pytorch
- python test_torch.py -v TestTensorDeviceOpsXLA
Expected behavior
Exits with code 0
Environment
- Reproducible on XLA backend [CPU/TPU/CUDA]: CPU
- torch_xla version: nightly 07/08/2025