Home
last modified time | relevance | path

Searched refs:sinkOperationsIntoLaunchOp (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/include/mlir/Dialect/GPU/
DUtils.h41 LogicalResult sinkOperationsIntoLaunchOp(gpu::LaunchOp launchOp);
/external/llvm-project/mlir/lib/Dialect/GPU/Transforms/
DKernelOutlining.cpp106 LogicalResult mlir::sinkOperationsIntoLaunchOp(gpu::LaunchOp launchOp) { in sinkOperationsIntoLaunchOp() function in mlir
249 if (failed(sinkOperationsIntoLaunchOp(op))) in runOnOperation()