We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa3c329 commit df6e8d9Copy full SHA for df6e8d9
.github/workflows/soa-benchmark-clang-p2996.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: build and compile
34
run: |
35
cmake -DENABLE_CLANG_P2996=ON -DCMAKE_CXX_COMPILER=/root/clang-p2996/build/bin/clang++ -DCMAKE_C_COMPILER=/root/clang-p2996/build/bin/clang -B ${{github.workspace}}
36
- cmake --build ${{github.workspace}} --verbose -j$(nproc) --target soa_manual soa_struct_splitter soa_token_injection
+ cmake --build ${{github.workspace}} --verbose -j$(nproc) --target soa_manual soa_struct_splitter soa_wrapper_refl
37
- name: run benchmarks
38
39
python3 run_benchmarks.py ${{github.workspace}} refl/soa_versions_with_clang_p2996.csv
0 commit comments