Skip to content

Commit

Permalink
Update run_additional_scripts.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
samkumar committed May 24, 2021
1 parent 327df47 commit 1dac2cf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions run_additional_experiments.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,22 @@ echo "Ten Single:" $(expr $ten_single_end - $ten_single_start) | tee ten_single_

ten_single_16gib_start=$(date +%s)
./magebench.py spawn -a 16
./magebench.py run-lan -p merge_sorted_8388608 loop_join_3840 matrix_vector_multiply_20480 -s mage -t 1 -n 1 -m 16gb
./magebench.py run-lan -p merge_sorted_8388608 loop_join_3840 matrix_vector_multiply_20480 -s os unbounded mage -t 1 -n 1 -m 16gb
./magebench.py fetch-logs logs-16gib-workloads-2
./magebench.py deallocate

./magebench.py spawn -a 16
./magebench.py run-lan -p binary_fc_layer_57344 -s mage -t 1 -n 1 -m 16gb
./magebench.py run-lan -p binary_fc_layer_57344 -s os unbounded mage -t 1 -n 1 -m 16gb
./magebench.py fetch-logs logs-16gib-workloads-2
./magebench.py deallocate

./magebench.py spawn -a 16 -d
./magebench.py run-lan -p full_sort_8388608 -s mage -t 1 -n 1 -m 16gb
./magebench.py spawn -a 16
./magebench.py run-lan -p real_sum_458752 real_statistics_147456 real_matrix_vector_multiply_448 real_naive_matrix_multiply_256 real_tiled_64_matrix_multiply_224 -s os unbounded mage -t 1 -n 1 -m 16gb
./magebench.py fetch-logs logs-16gib-workloads-2
./magebench.py deallocate

./magebench.py spawn -a 16
./magebench.py run-lan -p real_sum_458752 real_statistics_147456 real_matrix_vector_multiply_448 real_naive_matrix_multiply_256 real_tiled_64_matrix_multiply_224 -s mage -t 1 -n 1 -m 16gb
./magebench.py spawn -a 16 -d
./magebench.py run-lan -p full_sort_8388608 -s os unbounded mage -t 1 -n 1 -m 16gb
./magebench.py fetch-logs logs-16gib-workloads-2
./magebench.py deallocate
ten_single_16gib_end=$(date +%s)
Expand Down

0 comments on commit 1dac2cf

Please sign in to comment.