Skip to content

Commit 9e3c9b9

Browse files
committed
chore: minor
1 parent 7feca72 commit 9e3c9b9

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

.github/workflows/gpu-ci.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ jobs:
1414
fail-fast: false
1515

1616
steps:
17-
- name: Checkout Git Repository
17+
- name: checkout git repository
1818
uses: actions/checkout@v3
1919
with:
2020
submodules: recursive
2121

22-
- name: Free additional space on runner
22+
- name: free additional space on runner
2323
run: ./.github/workflows/helpers/free_space_on_runner.sh
2424

25-
- name: Install nix
25+
- name: install nix
2626
uses: cachix/install-nix-action@v25
2727
with:
2828
github_access_token: '${{ secrets.GITHUB_TOKEN }}'
@@ -40,8 +40,16 @@ jobs:
4040
with:
4141
arguments: "--accept-flake-config --impure"
4242

43+
- name: ccache
44+
uses: hendrikmuhs/[email protected]
45+
46+
- name: regenerate all dtgen files
47+
run: |
48+
proj dtgen --force
49+
4350
- name: run cmake
44-
run: rm -rf build && mkdir build && cd build && cmake -DFF_CUDA_ARCH=60 -DCMAKE_CUDA_ARCHITECTURES=60 $CMAKE_FLAGS ..
51+
run: |
52+
proj cmake
4553
4654
- name: build test binaries
4755
run: cd build && make -j kernels-tests

0 commit comments

Comments
 (0)