Skip to content

Commit 66c2403

Browse files
committed
Address code review comments
Signed-off-by: Tiotto, Ettore <[email protected]>
1 parent f1909a5 commit 66c2403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

third_party/intel/include/Analysis/AxisInfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ namespace mlir::triton::intel {
1212
// axis info based on the axis info of all the callers. In the future, we can
1313
// perform optimization using function cloning so that each call site will have
1414
// unique axis info.
15-
// using AxisInfoMapT = DenseMap<Value, AxisInfo>;
15+
1616
class ModuleAxisInfoAnalysis : public triton::ModuleAxisInfoAnalysis {
1717
public:
1818
explicit ModuleAxisInfoAnalysis(ModuleOp moduleOp)

0 commit comments

Comments
 (0)