forked from ecolab-nus/morpher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrun_all.sh
executable file
·13 lines (13 loc) · 919 Bytes
/
run_all.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
python -u run_morpher.py morpher_benchmarks/array_add/array_add.c array_add
python -u run_morpher.py morpher_benchmarks/array_cond/array_cond.c array_cond
python -u run_morpher.py morpher_benchmarks/hpcg/hpcg.c hpcg
python -u run_morpher.py morpher_benchmarks/trmm/trmm.c trmm
python -u run_morpher.py pace_benchmarks/gemm/gemm_no_unroll_flattened/gemm.c gemm
python -u run_morpher.py pace_benchmarks/conv2d/no_unroll_2x2_filt/convolution2d.c convolution2d
python -u run_morpher.py pace_benchmarks/conv2d/no_unroll_3x3_filt/convolution2d.c convolution2d
python -u run_morpher.py opencgra_benchmarks/fir/kernel.c kernel
python -u run_morpher.py cgrame_microbench/sum/sum.c main
python -u run_morpher.py cgrame_microbench/mac/mac.c main
python -u run_morpher.py cgrame_microbench/mac2/mac2.c main
python -u run_morpher.py cgrame_microbench/conv2/conv2.c main
python -u run_morpher.py cgrame_microbench/conv3/conv3.c main