pytorch/test/distributed/tensor
2025-01-25 00:58:03 +00:00
..
debug PEP585 update - test (#145176) 2025-01-22 04:48:28 +00:00
experimental PEP585 update - test (#145176) 2025-01-22 04:48:28 +00:00
parallel PEP585 update - test (#145176) 2025-01-22 04:48:28 +00:00
__init__.py [dtensor] move all tests to distribute/tensor folder (#144166) 2025-01-08 00:32:33 +00:00
README.md [dtensor] move all tests to distribute/tensor folder (#144166) 2025-01-08 00:32:33 +00:00
test_api.py [dtensor] move all tests to distribute/tensor folder (#144166) 2025-01-08 00:32:33 +00:00
test_attention.py [cp] override compute_log_sumexp to True for aten._scaled_dot_product_efficient_attention.default if False (#145421) 2025-01-24 06:17:54 +00:00
test_common_rules.py [dtensor] move all tests to distribute/tensor folder (#144166) 2025-01-08 00:32:33 +00:00
test_convolution_ops.py [dtensor] move all tests to distribute/tensor folder (#144166) 2025-01-08 00:32:33 +00:00
test_dtensor.py [dtensor] move all tests to distribute/tensor folder (#144166) 2025-01-08 00:32:33 +00:00
test_dtensor_compile.py Tests Generelization for multiple accelerator devices (#139749) 2025-01-14 08:52:46 +00:00
test_dtensor_ops.py Remove det_singular OpInfo (#145533) 2025-01-25 00:58:03 +00:00
test_embedding_ops.py [dtensor] move all tests to distribute/tensor folder (#144166) 2025-01-08 00:32:33 +00:00
test_experimental_ops.py [dtensor] move all tests to distribute/tensor folder (#144166) 2025-01-08 00:32:33 +00:00
test_init.py [dtensor] move all tests to distribute/tensor folder (#144166) 2025-01-08 00:32:33 +00:00
test_math_ops.py [dtensor] move all tests to distribute/tensor folder (#144166) 2025-01-08 00:32:33 +00:00
test_matrix_ops.py PEP585 update - test (#145176) 2025-01-22 04:48:28 +00:00
test_op_strategy.py [dtensor] move all tests to distribute/tensor folder (#144166) 2025-01-08 00:32:33 +00:00
test_optimizers.py [dtensor] move all tests to distribute/tensor folder (#144166) 2025-01-08 00:32:33 +00:00
test_pointwise_ops.py PEP585 update - test (#145176) 2025-01-22 04:48:28 +00:00
test_random_ops.py Tests Generelization for multiple accelerator devices (#139749) 2025-01-14 08:52:46 +00:00
test_redistribute.py Tests Generelization for multiple accelerator devices (#139749) 2025-01-14 08:52:46 +00:00
test_tensor_ops.py [dtensor] move all tests to distribute/tensor folder (#144166) 2025-01-08 00:32:33 +00:00
test_utils.py [dtensor] move all tests to distribute/tensor folder (#144166) 2025-01-08 00:32:33 +00:00
test_view_ops.py PEP585 update - test (#145176) 2025-01-22 04:48:28 +00:00
test_xla_integration.py PEP585 update - test (#145176) 2025-01-22 04:48:28 +00:00

Run distributed tensor tests:

from root, run (either CPU or GPU)

pytest test/distributed/tensor/test_dtensor.py

run specific test cases and print stdout/stderr:

pytest test/distributed/tensor/test_dtensor.py -s -k test_from_local