Skip to content

Commit

Permalink
Update BlockingAnalysis.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Garra1980 authored Oct 10, 2024
1 parent bc0a28e commit b0e7c06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Dialect/XeTile/Transforms/BlockingAnalysis.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ class BlockingAnalysis {
public:
explicit BlockingAnalysis(std::shared_ptr<XeuArchInterface> uArch) {
this->uArch = uArch;
this->target = nullptr;
};

mlir::LogicalResult run(mlir::Operation *op);
Expand Down

0 comments on commit b0e7c06

Please sign in to comment.