Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Eichenberger <[email protected]>
  • Loading branch information
AlexandreEichenberger committed Jul 18, 2023
1 parent fdd9ede commit cfbbfc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Conversion/ONNXToKrnl/ONNXToKrnlCommon.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,8 @@ void populateLoweringONNXCumSumOpPattern(
void populateLoweringONNXElementwiseOpPattern(mlir::RewritePatternSet &,
mlir::TypeConverter &, mlir::MLIRContext *, DimAnalysis *, bool enableSIMD);
void populateLoweringONNXGemmOpPattern(mlir::RewritePatternSet &,
mlir::TypeConverter &, mlir::MLIRContext *, bool enableTiling, bool enableSIMD);
mlir::TypeConverter &, mlir::MLIRContext *, bool enableTiling,
bool enableSIMD);
void populateLoweringONNXHardmaxOpPattern(
mlir::RewritePatternSet &, mlir::TypeConverter &, mlir::MLIRContext *);
void populateLoweringONNXLRNOpPattern(
Expand Down

0 comments on commit cfbbfc1

Please sign in to comment.