Searched refs:CanImplement (Results 1 – 8 of 8) sorted by relevance
44 static bool CanImplement(const HloInstruction* hlo);45 static bool CanImplement(mlir::lmhlo::AllGatherOp op);
40 /*static*/ bool NcclAllGatherThunk::CanImplement(const HloInstruction* hlo) { in CanImplement() function in xla::gpu::NcclAllGatherThunk51 /*static*/ bool NcclAllGatherThunk::CanImplement(mlir::lmhlo::AllGatherOp op) { in CanImplement() function in xla::gpu::NcclAllGatherThunk
43 static bool CanImplement(mlir::lmhlo::AllReduceOp op);
43 static bool CanImplement(mlir::lmhlo::AllToAllOp op);
43 /*static*/ bool NcclAllToAllThunk::CanImplement(mlir::lmhlo::AllToAllOp op) { in CanImplement() function in xla::gpu::NcclAllToAllThunk
100 /*static*/ bool NcclAllReduceThunk::CanImplement(mlir::lmhlo::AllReduceOp op) { in CanImplement() function in xla::gpu::NcclAllReduceThunk
159 return !NcclAllGatherThunk::CanImplement(&ag); in OptimizeHloModule()
3112 replica_count > 1 && NcclThunkType::CanImplement(op); in EmitNcclThunkFromMlir()