From 8b41d74265781bf97d39f640c805d59b5ea1ec45 Mon Sep 17 00:00:00 2001 From: vla5924 Date: Sat, 14 Sep 2024 18:04:33 +0300 Subject: [PATCH] ok --- .github/workflows/lint.yml | 1 - lib/Conversion/TritonToTritonAcc/Pass.cpp | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 14c4d4e..6f0922c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -44,5 +44,4 @@ jobs: uses: DoozyX/clang-format-lint-action@v0.17 with: source: 'include lib python' - extensions: 'h,hpp,c,cc,cpp' clangFormatVersion: 17 diff --git a/lib/Conversion/TritonToTritonAcc/Pass.cpp b/lib/Conversion/TritonToTritonAcc/Pass.cpp index ab1c1e3..cb37d9a 100644 --- a/lib/Conversion/TritonToTritonAcc/Pass.cpp +++ b/lib/Conversion/TritonToTritonAcc/Pass.cpp @@ -16,7 +16,7 @@ class ConvertTritonToTritonAcc public: ConvertTritonToTritonAcc() = default; - void runOnOperation() override{} + void runOnOperation() override {} }; } // namespace