Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
---
Signed-off-by: Andy Stone <[email protected]>
  • Loading branch information
stonea committed Aug 4, 2023
1 parent 37ecd6d commit e0540f4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions test/gpu/native/studies/shootout/shootout.plot.drive.bash
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,17 @@ set -x -e
\
`#name features options command` \
`#-------------------------------------------------------------------------` \
01_flat "" ./shootout.plot.gather.bash \
01_flat "" --prebuild "export CHPL_FAST=y" \
./shootout.plot.gather.bash \
\
02_flat_gasnet gasnet --prebuild "export CHPL_NO_CHECKS=n" \
02_flat_gasnet gasnet --prebuild "export CHPL_NO_CHECKS=n; export CHPL_FAST=y" \
./shootout.plot.gather.bash \
\
03_gpu_cpu nvidia --prebuild "export CHPL_GPU=cpu; export CHPL_NO_CHECKS=n" \
03_gpu_cpu nvidia --prebuild "export CHPL_GPU=cpu; export CHPL_NO_CHECKS=n; export CHPL_FAST=y" \
./shootout.plot.gather.bash \
\
04_gpu nvidia --prebuild "export CHPL_NO_CHECKS=n; export CHPL_FAST=y" \
./shootout.plot.gather.bash \
\
05_gpu_w_spec nvidia --prebuild "export CHPL_NO_CHECKS=n; export CHPL_GPU_SPECIALIZATION=y" \
05_gpu_w_spec nvidia --prebuild "export CHPL_NO_CHECKS=n; export CHPL_GPU_SPECIALIZATION=y; export CHPL_FAST=y" \
./shootout.plot.gather.bash
4 changes: 2 additions & 2 deletions test/gpu/native/studies/shootout/shootout.plot.paint.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ def report(tbl, filename, ylim=None, shiftLineStyles=0):

report(tbl_compile_times, '01__compile_time.png', ylim=(0,20))
report(tbl_exec_times, '02__exec_time.png', ylim=(0,7))
report(tbl_nrm_compile_times, '03__nrm_compile_time.png', ylim=(1,3), shiftLineStyles=1)
report(tbl_nrm_exec_times, '04__nrm_exec_time.png', ylim=(1,20), shiftLineStyles=1)
report(tbl_nrm_compile_times, '03__nrm_compile_time.png', ylim=(1,5), shiftLineStyles=1)
report(tbl_nrm_exec_times, '04__nrm_exec_time.png', ylim=(1,40), shiftLineStyles=1)

0 comments on commit e0540f4

Please sign in to comment.