File tree Expand file tree Collapse file tree 3 files changed +792
-1
lines changed
qa/L1_pytorch_distributed_unittest
transformer_engine/pytorch/attention/dot_product_attention Expand file tree Collapse file tree 3 files changed +792
-1
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ python3 -m pytest -v -s --junitxml=$XML_LOG_DIR/pytest_test_torch_fsdp2.xml $TE_
35
35
python3 -m pytest -v -s --junitxml=$XML_LOG_DIR /pytest_test_comm_gemm_overlap.xml $TE_PATH /tests/pytorch/distributed/test_comm_gemm_overlap.py || test_fail " test_comm_gemm_overlap.py"
36
36
python3 -m pytest -v -s --junitxml=$XML_LOG_DIR /pytest_test_fusible_ops_with_userbuffers.xml $TE_PATH /tests/pytorch/distributed/test_fusible_ops_with_userbuffers.py || test_fail " test_fusible_ops_with_userbuffers.py"
37
37
python3 -m pytest -v -s --junitxml=$XML_LOG_DIR /pytest_test_attention_with_cp.xml $TE_PATH /tests/pytorch/attention/test_attention_with_cp.py || test_fail " test_attention_with_cp.py"
38
+ python3 -m pytest -v -s --junitxml=$XML_LOG_DIR /pytest_test_cp_utils.xml $TE_PATH /tests/pytorch/attention/test_cp_utils.py || test_fail " test_cp_utils.py"
38
39
python3 -m pytest -v -s --junitxml=$XML_LOG_DIR /pytest_test_cast_master_weights_to_fp8.xml $TE_PATH /tests/pytorch/distributed/test_cast_master_weights_to_fp8.py || test_fail " test_cast_master_weights_to_fp8.py"
39
40
40
41
You can’t perform that action at this time.
0 commit comments