Skip to content

Commit e5d86fe

Browse files
committed
Use multiple jobs when possible
1 parent 9a51ee9 commit e5d86fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/temp.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
git clone --depth=1 https://github.com/torvalds/linux.git linux
117117
cd linux
118118
make defconfig
119-
bear -- make LLVM=-18
119+
bear -- make LLVM=-18 -j $(nproc)
120120
121121
- name: Clone vast benchmark directory
122122
uses: actions/checkout@v4
@@ -133,7 +133,7 @@ jobs:
133133
vast-front # TODO: Determine if this is the correct path to vast-front
134134
linux/compile_commands.json
135135
vast_linux_kernel_mlir_with_unsup/
136-
--num_processes=8
136+
--num_processes=$(nproc)
137137
--vast_option="-xc"
138138
--vast_option="-vast-emit-mlir=${{ matrix.vast-target }}"
139139
> vast_linux_kernel_times_hl_with_unsup.tsv

0 commit comments

Comments
 (0)