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 f1909a5 commit 66c2403Copy full SHA for 66c2403
third_party/intel/include/Analysis/AxisInfo.h
@@ -12,7 +12,7 @@ namespace mlir::triton::intel {
12
// axis info based on the axis info of all the callers. In the future, we can
13
// perform optimization using function cloning so that each call site will have
14
// unique axis info.
15
-// using AxisInfoMapT = DenseMap<Value, AxisInfo>;
+
16
class ModuleAxisInfoAnalysis : public triton::ModuleAxisInfoAnalysis {
17
public:
18
explicit ModuleAxisInfoAnalysis(ModuleOp moduleOp)
0 commit comments