Skip to content

Commit c60f763

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

third_party/intel/lib/Analysis/DPAS.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ DPASAnalysis::canUseDPAS(FunctionOpInterface funcOp) const {
7575

7676
DPASAnalysis::DPASEngineType DPASAnalysis::getDPASType(Operation *op) {
7777
if (auto dotOp = dyn_cast<DotOp>(op))
78-
return DPASAnalysis::getDPASType<DotOp>(dotOp);
78+
return DPASAnalysis::getDPASType(dotOp);
7979
if (auto dotScaledOp = dyn_cast<DotScaledOp>(op))
8080
return DPASAnalysis::getDPASType(dotScaledOp);
8181
return DPASEngineType::NOT_APPLICABLE;

0 commit comments

Comments
 (0)