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.
hex==True
getFormatSubstr
1 parent eefe169 commit fbb63e2Copy full SHA for fbb63e2
lib/Conversion/TritonGPUToLLVM/PrintOpToLLVM.cpp
@@ -196,9 +196,6 @@ struct PrintOpConversion : public ConvertOpToLLVMPattern<triton::PrintOp> {
196
std::string prefix = "%";
197
if (width.has_value()) {
198
prefix += std::to_string(*width);
199
- } else if (hex) {
200
- prefix += "0";
201
- prefix += std::to_string(type.getIntOrFloatBitWidth() / 4);
202
}
203
204
if (type.isBF16() || type.isF16() || type.isF32() || type.isF64()) {
0 commit comments