We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a832d6 commit 1c72fb6Copy full SHA for 1c72fb6
lib/Conversion/TritonGPUToLLVM/ConvertLayoutOpToLLVM.cpp
@@ -26,8 +26,6 @@ struct ConvertLayoutOpConversion
26
: public ConvertOpToLLVMPattern<ConvertLayoutOp> {
27
const TargetInfoBase &targetInfo;
28
29
- // Set benefit to 2 so that this pattern applies before other convert-layout
30
- // conversions. TODO(jlebar): Eventually we want this to be the only pattern.
31
explicit ConvertLayoutOpConversion(LLVMTypeConverter &typeConverter,
32
const TargetInfoBase &targetInfo,
33
PatternBenefit benefit = 1)
0 commit comments