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 e2e87cd commit c60f763Copy full SHA for c60f763
third_party/intel/lib/Analysis/DPAS.cpp
@@ -75,7 +75,7 @@ DPASAnalysis::canUseDPAS(FunctionOpInterface funcOp) const {
75
76
DPASAnalysis::DPASEngineType DPASAnalysis::getDPASType(Operation *op) {
77
if (auto dotOp = dyn_cast<DotOp>(op))
78
- return DPASAnalysis::getDPASType<DotOp>(dotOp);
+ return DPASAnalysis::getDPASType(dotOp);
79
if (auto dotScaledOp = dyn_cast<DotScaledOp>(op))
80
return DPASAnalysis::getDPASType(dotScaledOp);
81
return DPASEngineType::NOT_APPLICABLE;
0 commit comments