Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
zero9178 committed Aug 22, 2024
1 parent bd957d4 commit 66fc603
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,8 @@ bool CallMicrokernelOp::supportsArgumentType(mlir::Type type) {
auto memRef = dyn_cast<MemRefType>(type);
if (!memRef)
return true;
if (!memRef.hasStaticShape())
return false;
if (isa<UnrankedMemRefType>(memRef))
return false;

Expand Down

0 comments on commit 66fc603

Please sign in to comment.