We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beceeef commit 0eb760dCopy full SHA for 0eb760d
.github/workflows/temp.yml
@@ -124,7 +124,7 @@ jobs:
124
with:
125
repository: trailofbits/vast-benchmarks
126
sparse-checkout: benchmarks/linux_kernel
127
- ref: main
+ ref: linux-benchmark-make-output-optional
128
path: vast-benchmarks/
129
fetch-depth: 1
130
@@ -133,7 +133,6 @@ jobs:
133
python3 ${PWD}/vast-benchmarks/benchmarks/linux_kernel/run_vast_benchmark.py
134
vast-front
135
${PWD}/linux/compile_commands.json
136
- ${PWD}/vast_linux_kernel_mlir_with_unsup/
137
--num_processes=$(nproc)
138
--vast_option="-xc"
139
--vast_option="-vast-emit-mlir=${{ matrix.vast-target }}"
0 commit comments