Skip to content

Commit

Permalink
Use multiple jobs when possible
Browse files Browse the repository at this point in the history
  • Loading branch information
PappasBrent committed Jul 15, 2024
1 parent 9a51ee9 commit e5d86fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/temp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
git clone --depth=1 https://github.com/torvalds/linux.git linux
cd linux
make defconfig
bear -- make LLVM=-18
bear -- make LLVM=-18 -j $(nproc)
- name: Clone vast benchmark directory
uses: actions/checkout@v4
Expand All @@ -133,7 +133,7 @@ jobs:
vast-front # TODO: Determine if this is the correct path to vast-front
linux/compile_commands.json
vast_linux_kernel_mlir_with_unsup/
--num_processes=8
--num_processes=$(nproc)
--vast_option="-xc"
--vast_option="-vast-emit-mlir=${{ matrix.vast-target }}"
> vast_linux_kernel_times_hl_with_unsup.tsv

0 comments on commit e5d86fe

Please sign in to comment.