You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
492 B
15 lines
492 B
#!bin/bash
|
|
|
|
current_date_time=$(date)
|
|
echo "Benchmark start at: $current_date_time"
|
|
|
|
../bin/MAXBench_gcc
|
|
|
|
cp ../results/max_q-complex_bm-global_bl-unlimited_tc-121MiB-2MiB.csv ../results/max_q-complex_bm-global_bl-unlimited_tc-121MiB-2MiB_pin_c_HBM.csv
|
|
|
|
../bin/MAXBench_gcn
|
|
|
|
cp ../results/max_q-complex_bm-global_bl-unlimited_tc-121MiB-2MiB.csv ../results/max_q-complex_bm-global_bl-unlimited_tc-121MiB-2MiB_pin_n_HBM.csv
|
|
|
|
current_date_time=$(date)
|
|
echo "Benchmark end at: $current_date_time"
|