[Mlir-commits] [mlir] [mlir][gpu]add AffineScope Trait to gpu.launch. (PR #121058)
Uday Bondhugula
llvmlistbot at llvm.org
Mon Feb 3 00:52:04 PST 2025
================
@@ -796,7 +796,7 @@ def GPU_LaunchFuncOp :GPU_Op<"launch_func", [
def GPU_LaunchOp : GPU_Op<"launch", [
AutomaticAllocationScope, AttrSizedOperandSegments, GPU_AsyncOpInterface,
DeclareOpInterfaceMethods<InferIntRangeInterface, ["inferResultRanges"]>,
- RecursiveMemoryEffects]>,
+ RecursiveMemoryEffects, AffineScope]>,
----------------
bondhugula wrote:
Add in sorted order.
https://github.com/llvm/llvm-project/pull/121058
More information about the Mlir-commits
mailing list