pytorch/test/distributed/fsdp
Prachi Gupta 47cdad2995 [ROCm] Enable several fsdp related UTs (#149369)
Enabling 26 UTs for ROCm in the following files:

-  distributed._shard.sharded_optim.test_sharded_optim - 2 UTs
-  distributed._shard.sharded_tensor.ops.test_binary_cmp - 4 UTs
-  distributed._shard.sharded_tensor.ops.test_init - 3 UTs
-  distributed._shard.sharded_tensor.ops.test_embedding - 2 UTs
-  distributed._shard.sharded_tensor.ops.test_embedding_bag - 2 UTs
-  distributed._composable.test_replicate_with_compiler - 4 UTs
-  distributed._composable.fsdp.test_fully_shard_grad_scaler - 1 UTs
-  distributed.tensor.test_attention - 4 UTs
-  distributed.tensor.test_matrix_ops - 1 UTs
-  distributed.tensor.test_tensor_ops - 1 UTs
-  distributed.fsdp.test_fsdp_grad_acc - 2 UTs

Pull Request resolved: https://github.com/pytorch/pytorch/pull/149369
Approved by: https://github.com/jeffdaily
2025-03-31 16:15:57 +00:00
..
test_checkpoint_wrapper.py Tests Generelization for multiple accelerator devices (#139184) 2025-01-07 09:04:38 +00:00
test_distributed_checkpoint.py [CI][CUDA][Distributed][FSDP] Remove hardcoded world size of 2 (#145195) 2025-01-21 20:25:52 +00:00
test_fsdp_apply.py Enable FSDP tests on XPU device (#147518) 2025-03-04 23:49:37 +00:00
test_fsdp_backward_prefetch.py PEP585 update - test (#145176) 2025-01-22 04:48:28 +00:00
test_fsdp_checkpoint.py Enable FSDP tests on XPU device (#147518) 2025-03-04 23:49:37 +00:00
test_fsdp_clip_grad_norm.py Enable FSDP tests on XPU device (#147518) 2025-03-04 23:49:37 +00:00
test_fsdp_comm_hooks.py
test_fsdp_comm.py Enable FSDP tests on XPU device (#147518) 2025-03-04 23:49:37 +00:00
test_fsdp_core.py Enable FSDP tests on XPU device (#147518) 2025-03-04 23:49:37 +00:00
test_fsdp_dtensor_state_dict.py Enable FSDP tests on XPU device (#147518) 2025-03-04 23:49:37 +00:00
test_fsdp_exec_order.py Enable FSDP tests on XPU device (#147518) 2025-03-04 23:49:37 +00:00
test_fsdp_fine_tune.py Enable FSDP tests on XPU device (#147518) 2025-03-04 23:49:37 +00:00
test_fsdp_flatten_params.py
test_fsdp_freezing_weights.py Fix unused Python variables in test/[a-d]* (#134665) 2024-12-13 22:13:12 +00:00
test_fsdp_fx.py Enable FSDP tests on XPU device (#147518) 2025-03-04 23:49:37 +00:00
test_fsdp_grad_acc.py [ROCm] Enable several fsdp related UTs (#149369) 2025-03-31 16:15:57 +00:00
test_fsdp_hybrid_shard.py PEP585 update - test (#145176) 2025-01-22 04:48:28 +00:00
test_fsdp_ignored_modules.py Remove old FSDP1 fully_shard (#141875) 2024-12-03 17:00:47 +00:00
test_fsdp_input.py Enable FSDP tests on XPU device (#147518) 2025-03-04 23:49:37 +00:00
test_fsdp_memory.py Tests Generelization for multiple accelerator devices (#139184) 2025-01-07 09:04:38 +00:00
test_fsdp_meta.py
test_fsdp_misc.py PEP585 update - test (#145176) 2025-01-22 04:48:28 +00:00
test_fsdp_mixed_precision.py PEP585 update - test (#145176) 2025-01-22 04:48:28 +00:00
test_fsdp_multiple_forward.py Enable FSDP tests on XPU device (#147518) 2025-03-04 23:49:37 +00:00
test_fsdp_multiple_wrapping.py Enable FSDP tests on XPU device (#147518) 2025-03-04 23:49:37 +00:00
test_fsdp_optim_state.py Enable ruff F841 on distributed tests (#146131) 2025-02-01 03:06:16 +00:00
test_fsdp_overlap.py Tests Generelization for multiple accelerator devices (#139184) 2025-01-07 09:04:38 +00:00
test_fsdp_pure_fp16.py Enable FSDP tests on XPU device (#147518) 2025-03-04 23:49:37 +00:00
test_fsdp_sharded_grad_scaler.py PEP585 update - test (#145176) 2025-01-22 04:48:28 +00:00
test_fsdp_state_dict.py PEP585 update - test (#145176) 2025-01-22 04:48:28 +00:00
test_fsdp_tp_integration.py PEP585 update - test (#145176) 2025-01-22 04:48:28 +00:00
test_fsdp_traversal.py Enable FSDP tests on XPU device (#147518) 2025-03-04 23:49:37 +00:00
test_fsdp_uneven.py Enable FSDP tests on XPU device (#147518) 2025-03-04 23:49:37 +00:00
test_fsdp_unshard_params.py PEP585 update - test (#145176) 2025-01-22 04:48:28 +00:00
test_fsdp_use_orig_params.py PEP585 update - test (#145176) 2025-01-22 04:48:28 +00:00
test_hsdp_dtensor_state_dict.py Enable FSDP tests on XPU device (#147518) 2025-03-04 23:49:37 +00:00
test_shard_utils.py
test_utils.py Enable FSDP tests on XPU device (#147518) 2025-03-04 23:49:37 +00:00
test_wrap.py Fix bug in FSDP wrapped module with zero argument (#147771) 2025-02-26 01:40:53 +00:00