Skip to content

Commit 8810084

Browse files
authored
Merge branch 'master' into master
2 parents 5e2ad2b + d5d8ec2 commit 8810084

File tree

10 files changed

+2
-2201
lines changed

10 files changed

+2
-2201
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,4 @@ jobs:
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

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

89
Version 1.6.3
910
- Fixed a bug in the GEMMK=1 kernel (with 2D register tiling) when MWG!=NWG

scripts/generator/generator.py

Lines changed: 0 additions & 304 deletions
This file was deleted.

scripts/generator/generator/__init__.py

Whitespace-only changes.

scripts/generator/generator/convert.py

Lines changed: 0 additions & 84 deletions
This file was deleted.

0 commit comments

Comments
 (0)