Skip to content

Commit

Permalink
SPIRVVectorLoweringPassBase -> SPIRVVectorLoweringBase
Browse files Browse the repository at this point in the history
  • Loading branch information
hanhanW committed Sep 1, 2023
1 parent c42d05b commit 2dd4e19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ bool supportsIntegerDotProductOps(func::FuncOp fn) {

/// Vectorizes Linalg ops on buffer semantics.
class SPIRVVectorLoweringPass
: public SPIRVVectorLoweringPassBase<SPIRVVectorLoweringPass> {
: public SPIRVVectorLoweringBase<SPIRVVectorLoweringPass> {
public:
SPIRVVectorLoweringPass() = default;
SPIRVVectorLoweringPass(const SPIRVVectorLoweringPass &pass) = default;
Expand Down

0 comments on commit 2dd4e19

Please sign in to comment.