File tree Expand file tree Collapse file tree 10 files changed +2
-2201
lines changed
Expand file tree Collapse file tree 10 files changed +2
-2201
lines changed Original file line number Diff line number Diff line change 1111 - name : clang-format lint
1212 uses : DoozyX/clang-format-lint-action@v0.18.2
1313 with :
14- clangFormatVersion : 18
15-
16- GenerateScript :
17- runs-on : ubuntu-latest
18- steps :
19- - uses : actions/checkout@v4
20- - name : Run the generator script
21- run : python scripts/generator/generator.py .
22- - name : Install requirements for Ubuntu
23- run : |
24- sudo apt-get update
25- sudo apt-get install -yq clang-format-18 --no-install-recommends
26-
27- - name : Apply clang-formatting on the generated files
28- run : |
29- clang-format-18 -i include/*.h
30- clang-format-18 -i src/*.cpp
31- clang-format-18 -i test/*/*/*/*.cpp
32- clang-format-18 -i test/*.hpp
33- - name : Make sure there is no diff
34- run : git diff --exit-code
14+ clangFormatVersion : 18
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ Development version (next version)
44- Added tuned parameters for many devices (see doc/tuning.md)
55- Enabled parallel kernel compilation for faster kernel tuning (see doc/tuning.md)
66- Fixed 1 compilation warning in tests from test/wrapper_cblas.hpp
7+ - Removed all generator scripts for the API
78
89Version 1.6.3
910- Fixed a bug in the GEMMK=1 kernel (with 2D register tiling) when MWG!=NWG
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments