File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
include/triton/Conversion/TritonGPUToLLVM Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -630,11 +630,10 @@ void makeAllWarpGroupsIsolatedFromAbove(Operation *op);
630630// Set the correct loop annotation on LLVM branch ops.
631631void 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
639638SmallVector<Value> inlineRegionImpl (RewriterBase &rewriter, Region ®ion,
640639 ArrayRef<Value> args,
You can’t perform that action at this time.
0 commit comments