File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- export OUTFILE=" /home/ac.amillan/source/parallel-advection/jlse/out/pvc/acpp.json"
3+ export HW=pvc
4+ export SYCL=acpp
5+ export APP=conv1d
46export REP=10
5- # export BENCHMARK_FILTER=BM_Advector/0
67
7- export EXEC=" /home/ac.amillan/source/parallel-advection/build_dpcpp_pvc/benchmark/paper-bench"
8+ export OUTFILE=" /home/ac.amillan/source/parallel-advection/jlse/out/$APP /$HW /$SYCL .json"
9+ export EXEC=" /home/ac.amillan/source/parallel-advection/build_${SYCL} _${HW} /benchmark/$APP -bench"
810
11+ # --benchmark_report_aggregates_only=true \
912$EXEC --benchmark_counters_tabular=true \
10- --benchmark_report_aggregates_only=true \
1113 --benchmark_min_warmup_time=1 \
1214 --benchmark_format=json \
1315 --benchmark_repetitions=$REP \
You can’t perform that action at this time.
0 commit comments