[Mlir-commits] [mlir] [MLIR] Create GPU utils library & move distribution utils (PR #119264)

Petr Kurapov llvmlistbot at llvm.org
Thu Dec 12 11:26:01 PST 2024


================
@@ -83,7 +83,7 @@ WarpDistributionPattern::moveRegionToNewWarpOpAndAppendReturns(
 
 OpOperand *WarpDistributionPattern::getWarpResult(
     WarpExecuteOnLane0Op warpOp,
-    const std::function<bool(Operation *)> &fn) const {
+    const llvm::function_ref<bool(Operation *)> fn) const {
----------------
kurapov-peter wrote:

this looks like some funny github bug, the code was different at the time you left this comment :)

https://github.com/llvm/llvm-project/pull/119264


More information about the Mlir-commits mailing list