mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 00:21:07 +01:00
This PR enables lt/gt aten op Pull Request resolved: https://github.com/pytorch/pytorch/pull/110585 Approved by: https://github.com/fduwjj ghstack dependencies: #110584 |
||
|---|---|---|
| .. | ||
| debug | ||
| __init__.py | ||
| README.md | ||
| test_api.py | ||
| test_basic_strategy.py | ||
| test_common_rules.py | ||
| test_device_mesh.py | ||
| test_dtensor_compile.py | ||
| test_dtensor_ops.py | ||
| test_dtensor.py | ||
| test_embedding_ops.py | ||
| test_init.py | ||
| test_math_ops.py | ||
| test_matrix_ops.py | ||
| test_pointwise_ops.py | ||
| test_random_ops.py | ||
| test_redistribute.py | ||
| test_tensor_ops.py | ||
| test_utils.py | ||
| test_view_ops.py | ||
Run distributed tensor tests:
from root, run (either CPU or GPU)
pytest test/spmd/tensor/test_tensor.py
pytest test/spmd/tensor/test_ddp.py
run specific test case and print stdout/stderr:
pytest test/spmd/tensor/test_tensor.py -s -k test_tensor_from_local