diff --git a/mlir/include/mlir/Conversion/TosaToLinalg/TosaToLinalg.h b/mlir/include/mlir/Conversion/TosaToLinalg/TosaToLinalg.h index ab9b9f24ef3dd..66f68ae71f271 100644 --- a/mlir/include/mlir/Conversion/TosaToLinalg/TosaToLinalg.h +++ b/mlir/include/mlir/Conversion/TosaToLinalg/TosaToLinalg.h @@ -1,5 +1,4 @@ -//===-- TosaToLinalg.h - TOSA optimization pass declarations ----------*- C++ -//-*-===// +//===- TosaToLinalg.h - TOSA optimization pass declarations ---------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. @@ -29,7 +28,7 @@ std::unique_ptr createTosaToLinalg(); std::unique_ptr createTosaToLinalgNamed( const TosaToLinalgNamedOptions &options = TosaToLinalgNamedOptions()); -/// Populates passes to convert from TOSA to Linalg on buffers. At the end of +/// Populates passes to convert from TOSA to Linalg. At the end of /// the pass, the function will only contain linalg ops or standard ops if the /// pipeline succeeds. The option to disable decompositions is available for /// benchmarking performance improvements from the canonicalizations.