• Home
Name Date Size #Lines LOC

..--

debug/04-Jul-2025-634475

experimental/04-Jul-2025-626480

README.mdD04-Jul-2025270 126

__init__.pyD04-Jul-202517 20

test_api.pyD04-Jul-202512.7 KiB319245

test_attention.pyD04-Jul-202510.3 KiB316270

test_common_rules.pyD04-Jul-202516.6 KiB418333

test_convolution_ops.pyD04-Jul-20257 KiB187155

test_dtensor.pyD04-Jul-202534.9 KiB887691

test_dtensor_compile.pyD04-Jul-202531.9 KiB927703

test_dtensor_ops.pyD04-Jul-202523.2 KiB679585

test_embedding_ops.pyD04-Jul-20258 KiB233169

test_experimental_ops.pyD04-Jul-20257.7 KiB193148

test_init.pyD04-Jul-20259.5 KiB255205

test_math_ops.pyD04-Jul-202526.5 KiB654525

test_matrix_ops.pyD04-Jul-202513.8 KiB345272

test_op_strategy.pyD04-Jul-202512.8 KiB344253

test_optimizers.pyD04-Jul-202520.4 KiB612506

test_pointwise_ops.pyD04-Jul-20258.3 KiB283234

test_random_ops.pyD04-Jul-202514.4 KiB352255

test_redistribute.pyD04-Jul-202522.4 KiB542416

test_tensor_ops.pyD04-Jul-202527.9 KiB661530

test_utils.pyD04-Jul-202522.4 KiB562433

test_view_ops.pyD04-Jul-202518.7 KiB577496

test_xla_integration.pyD04-Jul-20256.5 KiB168132

README.md

1## Run distributed tensor tests:
2
3from root, run (either CPU or GPU)
4
5`pytest test/spmd/tensor/test_tensor.py`
6
7`pytest test/spmd/tensor/test_ddp.py`
8
9run specific test case and print stdout/stderr:
10
11`pytest test/spmd/tensor/test_tensor.py -s -k test_tensor_from_local`
12