Home
last modified time | relevance | path

Searched refs:collapseParallelLoops (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/mlir/lib/Transforms/
DParallelLoopCollapsing.cpp37 collapseParallelLoops(op, combinedLoops); in runOnOperation()
/external/llvm-project/mlir/include/mlir/Transforms/
DLoopUtils.h247 void collapseParallelLoops(scf::ParallelOp loops,
/external/tensorflow/tensorflow/compiler/xla/service/mlir_gpu/
Dpasses.cc341 mlir::collapseParallelLoops(op, {combinedLoops}); in runOnFunction()
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/
Dkernel_creator.cc145 mlir::collapseParallelLoops(op, {combinedLoops}); in runOnFunction()
/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopUtils.cpp2030 void mlir::collapseParallelLoops( in collapseParallelLoops() function in mlir