We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a51ee9 commit e5d86feCopy full SHA for e5d86fe
.github/workflows/temp.yml
@@ -116,7 +116,7 @@ jobs:
116
git clone --depth=1 https://github.com/torvalds/linux.git linux
117
cd linux
118
make defconfig
119
- bear -- make LLVM=-18
+ bear -- make LLVM=-18 -j $(nproc)
120
121
- name: Clone vast benchmark directory
122
uses: actions/checkout@v4
@@ -133,7 +133,7 @@ jobs:
133
vast-front # TODO: Determine if this is the correct path to vast-front
134
linux/compile_commands.json
135
vast_linux_kernel_mlir_with_unsup/
136
- --num_processes=8
+ --num_processes=$(nproc)
137
--vast_option="-xc"
138
--vast_option="-vast-emit-mlir=${{ matrix.vast-target }}"
139
> vast_linux_kernel_times_hl_with_unsup.tsv
0 commit comments