-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #74 from lanl/spatter/long-gpu-patterns
Spatter/long gpu patterns
- Loading branch information
Showing
10 changed files
with
80 additions
and
104 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
doc/sphinx/09_Microbenchmarks/M2_SPATTER/a100_throughput_asteroid.csv
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
#!/usr/bin/gnuplot | ||
set terminal pngcairo enhanced size 1024, 768 dashed font 'Helvetica,18' | ||
set output "h100_throughput_asteroid_5.png" | ||
|
||
set xlabel "Data Transferred (MB)" | ||
set ylabel "Figure of Merit (Total Bandwidth MB/s)" | ||
|
||
set xrange [4:10000] | ||
set nokey | ||
|
||
set logscale x 2 | ||
|
||
set grid | ||
show grid | ||
|
||
set datafile separator comma | ||
set key autotitle columnheader | ||
|
||
do for [i=1:10] { | ||
set style line i linewidth 3 pointsize 1.5 | ||
} | ||
|
||
do for [i=11:15] { | ||
set style line i linewidth 3 dashtype 2 pointsize 1.5 | ||
} | ||
|
||
|
||
plot "h100_throughput_asteroid_5.csv" using 1:2 with linespoints linestyle 1 | ||
|
||
set output "h100_throughput_asteroid_9.png" | ||
set ylabel "Figure of Merit (Total Bandwidth MB/s)" | ||
plot "h100_throughput_asteroid_9.csv" using 1:2 with linespoints linestyle 1 |
13 changes: 13 additions & 0 deletions
13
doc/sphinx/09_Microbenchmarks/M2_SPATTER/h100_throughput_asteroid_5.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Data Transferred (MB),Total Bandwidth (MB/s) | ||
4.194304,508031.04 | ||
8.388608,784862.25 | ||
16.777216,1129931.01 | ||
33.554432,1317306.52 | ||
66.951744,1252839.5 | ||
133.903488,1356836.59 | ||
267.806976,1430348.3 | ||
535.613952,1474967.95 | ||
1071.227904,1496998.16 | ||
2142.455808,1506632.68 | ||
4284.911616,1512623.58 | ||
8569.823232,1517044.93 |
13 changes: 13 additions & 0 deletions
13
doc/sphinx/09_Microbenchmarks/M2_SPATTER/h100_throughput_asteroid_9.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Data Transferred (MB),Total Bandwidth (MB/s) | ||
4.194304,456696.86 | ||
8.388608,668734.72 | ||
16.777216,849737.46 | ||
33.554432,798003.05 | ||
53.314432,861021.21 | ||
106.628864,923801.5 | ||
213.257728,965141.75 | ||
426.515456,982718.3 | ||
853.030912,992782.98 | ||
1706.061824,991730.33 | ||
3412.123648,990247.51 | ||
6824.247296,990247.51 |
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
doc/sphinx/09_Microbenchmarks/M2_SPATTER/v100_throughput_asteroid.csv
This file was deleted.
Oops, something went wrong.
Submodule spatter
updated
8 files
+2 −1 | README.md | |
+3 −1 | modules/ats3.mod | |
+0 −6 | modules/cpu.mod | |
+16 −7 | scripts/mpirunscaling.sh | |
+33 −25 | scripts/plot_mpi.py | |
+14 −5 | scripts/scaling.sh | |
+4 −6 | scripts/setup.sh | |
+1 −1 | spatter |