Skip to content

Commit 9d21bf9

Browse files
authored
Align include/triton/Conversion/TritonGPUToLLVM/Utility.h with upstream (#5181)
Signed-off-by: Anatoly Myachev <[email protected]>
1 parent 3cc529a commit 9d21bf9

File tree

1 file changed

+4
-5
lines changed
  • include/triton/Conversion/TritonGPUToLLVM

1 file changed

+4
-5
lines changed

include/triton/Conversion/TritonGPUToLLVM/Utility.h

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -630,11 +630,10 @@ void makeAllWarpGroupsIsolatedFromAbove(Operation *op);
630630
// Set the correct loop annotation on LLVM branch ops.
631631
void fixUpLoopAnnotation(ModuleOp mod);
632632

633-
LogicalResult
634-
transferWithinBlockSwizzling(triton::gpu::ConvertLayoutOp op, Value src,
635-
const TargetInfoBase &targetInfo,
636-
const LLVMTypeConverter *typeConverter,
637-
RewriterBase &rewriter);
633+
void transferWithinBlockSwizzling(triton::gpu::ConvertLayoutOp op, Value src,
634+
const TargetInfoBase &targetInfo,
635+
const LLVMTypeConverter *typeConverter,
636+
RewriterBase &rewriter);
638637

639638
SmallVector<Value> inlineRegionImpl(RewriterBase &rewriter, Region &region,
640639
ArrayRef<Value> args,

0 commit comments

Comments
 (0)