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 a21d58d commit 17f5b25Copy full SHA for 17f5b25
third_party/intel/lib/Analysis/AxisInfo.cpp
@@ -559,10 +559,6 @@ class LoadOpAxisInfoVisitor final : public AxisInfoVisitorImpl<triton::LoadOp> {
559
// will also extend to output.
560
AxisInfo ptrInfo = operands[0]->getValue();
561
562
- llvm::errs() << "ptrInfo: ";
563
- ptrInfo.print(llvm::dbgs());
564
- llvm::dbgs() << "\n";
565
-
566
std::optional<AxisInfo> maskInfo;
567
if (operands.size() > 1) {
568
maskInfo = operands[1]->getValue();
0 commit comments