Skip to content

Commit 8601369

Browse files
committed
worflows: increasing concurrency for builds on modern CPUs
Signed-off-by: Luc Berger-Vergiat <[email protected]>
1 parent 413e8ef commit 8601369

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/h100.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
5454
- name: build_and_install_kokkos
5555
working-directory: kokkos/build
56-
run: make -j12 install
56+
run: make -j40 install
5757

5858
- name: configure_kokkos_kernels
5959
run: |
@@ -82,7 +82,7 @@ jobs:
8282
8383
- name: build_kokkos_kernels
8484
working-directory: kokkos-kernels/build
85-
run: make -j12 all
85+
run: make -j40 all
8686

8787
- name: test
8888
working-directory: kokkos-kernels/build

.github/workflows/mi210.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
5959
- name: build_and_install_kokkos
6060
working-directory: kokkos/build
61-
run: make -j16 install
61+
run: make -j50 install
6262

6363
- name: configure_kokkos_kernels
6464
run: |
@@ -88,7 +88,7 @@ jobs:
8888
8989
- name: build
9090
working-directory: kokkos-kernels/build
91-
run: make -j12 all
91+
run: make -j50 all
9292

9393
- name: test
9494
working-directory: kokkos-kernels/build
@@ -137,7 +137,7 @@ jobs:
137137
138138
- name: build_and_install_kokkos
139139
working-directory: kokkos/build
140-
run: make -j16 install
140+
run: make -j50 install
141141

142142
- name: configure_kokkos_kernels
143143
run: |
@@ -171,7 +171,7 @@ jobs:
171171
172172
- name: build
173173
working-directory: kokkos-kernels/build
174-
run: make -j12 all
174+
run: make -j50 all
175175

176176
- name: test
177177
working-directory: kokkos-kernels/build

0 commit comments

Comments
 (0)