Home
last modified time | relevance | path

Searched refs:_fuse_ddp_communication_passes (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/test/distributed/_composable/
H A Dtest_replicate_with_compiler.py205 torch._inductor.config._fuse_ddp_communication_passes = [
213 torch._inductor.config._fuse_ddp_communication_passes = [
301 _fuse_ddp_communication_passes=[
337 _fuse_ddp_communication_passes=[
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dconfig.py547 _fuse_ddp_communication_passes: List[Union[Callable[..., None], str]] = [ variable
/aosp_15_r20/external/pytorch/torch/_inductor/fx_passes/
H A Dpost_grad.py123 config._fuse_ddp_communication_passes,