tree: 6315c52950504ecb64f7c8e598a3469d83c11a83 [path history] [tgz]
  1. debug/
  2. experimental/
  3. __init__.py
  4. README.md
  5. test_api.py
  6. test_attention.py
  7. test_common_rules.py
  8. test_convolution_ops.py
  9. test_dtensor.py
  10. test_dtensor_compile.py
  11. test_dtensor_ops.py
  12. test_embedding_ops.py
  13. test_experimental_ops.py
  14. test_init.py
  15. test_math_ops.py
  16. test_matrix_ops.py
  17. test_op_strategy.py
  18. test_optimizers.py
  19. test_pointwise_ops.py
  20. test_random_ops.py
  21. test_redistribute.py
  22. test_tensor_ops.py
  23. test_utils.py
  24. test_view_ops.py
  25. test_xla_integration.py
test/distributed/_tensor/README.md

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