Home
last modified time | relevance | path

Searched refs:GetNcclCollectiveConfigForMlir (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dnccl_collective_thunk.h78 NcclCollectiveConfig GetNcclCollectiveConfigForMlir(OpT op, in GetNcclCollectiveConfigForMlir() function
Dnccl_all_gather_thunk.cc36 config.config = GetNcclCollectiveConfigForMlir(op, replica_count); in GetNcclAllGatherConfig()
Dnccl_all_to_all_thunk.cc38 config.config = GetNcclCollectiveConfigForMlir(op, replica_count); in GetNcclAllToAllConfig()
Dnccl_all_reduce_thunk.cc95 config.config = GetNcclCollectiveConfigForMlir(op, replica_count); in GetNcclAllReduceConfig()