Searched refs:patch_reduce_scatter (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/pytorch/test/distributed/_composable/fsdp/ |
H A D | test_fully_shard_mixed_precision.py | 25 patch_reduce_scatter, 95 with patch_reduce_scatter(reduce_scatter): 160 with patch_reduce_scatter(reduce_scatter): 204 with patch_reduce_scatter(reduce_scatter): 289 with patch_reduce_scatter(reduce_scatter):
|
H A D | test_fully_shard_overlap.py | 16 patch_reduce_scatter, 129 with patch_all_gather(delayed_all_gather), patch_reduce_scatter(
|
H A D | test_fully_shard_frozen.py | 22 patch_reduce_scatter, 114 with patch_reduce_scatter(
|
H A D | test_fully_shard_training.py | 42 patch_reduce_scatter, 389 patch_reduce_scatter(delayed_reduce_scatter)
|
/aosp_15_r20/external/pytorch/test/distributed/fsdp/ |
H A D | test_fsdp_hybrid_shard.py | 68 def patch_reduce_scatter(new_reduce_scatter): function 313 with patch_allreduce(patched_allreduce), patch_reduce_scatter(
|
H A D | test_fsdp_mixed_precision.py | 144 def patch_reduce_scatter(new_reduce_scatter, full_precision_param_dtype): function 429 with patch_reduce_scatter(test_reduce_scatter, full_precision_param_dtype): 598 with patch_reduce_scatter(test_reduce_scatter, param_dtype): 981 with patch_reduce_scatter(test_reduce_scatter, torch.float32):
|
/aosp_15_r20/external/pytorch/torch/testing/_internal/ |
H A D | common_fsdp.py | 964 def patch_reduce_scatter(new_reduce_scatter_tensor: Callable): function
|