summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/performance/GeForce_GTX480/SAXPY.pdfbin13225 -> 0 bytes
-rw-r--r--doc/performance/GeForce_GTX480/SGEMM.pdfbin13198 -> 0 bytes
-rw-r--r--doc/performance/GeForce_GTX480/SGEMV.pdfbin13739 -> 0 bytes
-rw-r--r--doc/performance/GeForce_GTX480/SSYMM.pdfbin13132 -> 0 bytes
-rw-r--r--doc/performance/GeForce_GTX750Ti/SAXPY.pdfbin0 -> 13273 bytes
-rw-r--r--doc/performance/GeForce_GTX750Ti/SGEMM.pdfbin0 -> 13153 bytes
-rw-r--r--doc/performance/GeForce_GTX750Ti/SGEMV.pdfbin0 -> 13678 bytes
-rw-r--r--doc/performance/GeForce_GTX750Ti/SSYMM.pdfbin0 -> 13092 bytes
-rw-r--r--scripts/graphs/xsymm.r46
-rw-r--r--scripts/graphs/xsyrk.r46
10 files changed, 46 insertions, 46 deletions
diff --git a/doc/performance/GeForce_GTX480/SAXPY.pdf b/doc/performance/GeForce_GTX480/SAXPY.pdf
deleted file mode 100644
index 6e1c8f5a..00000000
--- a/doc/performance/GeForce_GTX480/SAXPY.pdf
+++ /dev/null
Binary files differ
diff --git a/doc/performance/GeForce_GTX480/SGEMM.pdf b/doc/performance/GeForce_GTX480/SGEMM.pdf
deleted file mode 100644
index f430f880..00000000
--- a/doc/performance/GeForce_GTX480/SGEMM.pdf
+++ /dev/null
Binary files differ
diff --git a/doc/performance/GeForce_GTX480/SGEMV.pdf b/doc/performance/GeForce_GTX480/SGEMV.pdf
deleted file mode 100644
index 8cb57124..00000000
--- a/doc/performance/GeForce_GTX480/SGEMV.pdf
+++ /dev/null
Binary files differ
diff --git a/doc/performance/GeForce_GTX480/SSYMM.pdf b/doc/performance/GeForce_GTX480/SSYMM.pdf
deleted file mode 100644
index ff5941ad..00000000
--- a/doc/performance/GeForce_GTX480/SSYMM.pdf
+++ /dev/null
Binary files differ
diff --git a/doc/performance/GeForce_GTX750Ti/SAXPY.pdf b/doc/performance/GeForce_GTX750Ti/SAXPY.pdf
new file mode 100644
index 00000000..531baa79
--- /dev/null
+++ b/doc/performance/GeForce_GTX750Ti/SAXPY.pdf
Binary files differ
diff --git a/doc/performance/GeForce_GTX750Ti/SGEMM.pdf b/doc/performance/GeForce_GTX750Ti/SGEMM.pdf
new file mode 100644
index 00000000..dcd62929
--- /dev/null
+++ b/doc/performance/GeForce_GTX750Ti/SGEMM.pdf
Binary files differ
diff --git a/doc/performance/GeForce_GTX750Ti/SGEMV.pdf b/doc/performance/GeForce_GTX750Ti/SGEMV.pdf
new file mode 100644
index 00000000..a4c3efb3
--- /dev/null
+++ b/doc/performance/GeForce_GTX750Ti/SGEMV.pdf
Binary files differ
diff --git a/doc/performance/GeForce_GTX750Ti/SSYMM.pdf b/doc/performance/GeForce_GTX750Ti/SSYMM.pdf
new file mode 100644
index 00000000..43d97d24
--- /dev/null
+++ b/doc/performance/GeForce_GTX750Ti/SSYMM.pdf
Binary files differ
diff --git a/scripts/graphs/xsymm.r b/scripts/graphs/xsymm.r
index a65bb16f..89d137d2 100644
--- a/scripts/graphs/xsymm.r
+++ b/scripts/graphs/xsymm.r
@@ -35,32 +35,32 @@ test_names <- list(
# Defines the test-cases
test_values <- list(
- list(c( 128, 128, 102, 111, 111, 16, 128, num_runs, precision)),
- list(c( 129, 129, 102, 111, 111, 16, 128, num_runs, precision)),
- list(c( 512, 512, 102, 111, 111, 16, 1, num_runs, precision)),
- list(c(2048, 2048, 102, 111, 111, 16, 1, num_runs, precision)),
+ list(c( 128, 128, 102, 141, 121, 16, 128, num_runs, precision)),
+ list(c( 129, 129, 102, 141, 121, 16, 128, num_runs, precision)),
+ list(c( 512, 512, 102, 141, 121, 16, 1, num_runs, precision)),
+ list(c(2048, 2048, 102, 141, 121, 16, 1, num_runs, precision)),
list(
- c(1024, 1024, 101, 111, 111, 1, 0, num_runs, precision),
- c(1024, 1024, 101, 111, 112, 1, 0, num_runs, precision),
- c(1024, 1024, 101, 112, 111, 1, 0, num_runs, precision),
- c(1024, 1024, 101, 112, 112, 1, 0, num_runs, precision),
- c(1024, 1024, 102, 111, 111, 1, 0, num_runs, precision),
- c(1024, 1024, 102, 111, 112, 1, 0, num_runs, precision),
- c(1024, 1024, 102, 112, 111, 1, 0, num_runs, precision),
- c(1024, 1024, 102, 112, 112, 1, 0, num_runs, precision)
+ c(1024, 1024, 101, 141, 121, 1, 0, num_runs, precision),
+ c(1024, 1024, 101, 141, 122, 1, 0, num_runs, precision),
+ c(1024, 1024, 101, 142, 121, 1, 0, num_runs, precision),
+ c(1024, 1024, 101, 142, 122, 1, 0, num_runs, precision),
+ c(1024, 1024, 102, 141, 121, 1, 0, num_runs, precision),
+ c(1024, 1024, 102, 141, 122, 1, 0, num_runs, precision),
+ c(1024, 1024, 102, 142, 121, 1, 0, num_runs, precision),
+ c(1024, 1024, 102, 142, 122, 1, 0, num_runs, precision)
),
list(
- c( 8, 8, 102, 111, 111, 1, 0, num_runs, precision),
- c( 16, 16, 102, 111, 111, 1, 0, num_runs, precision),
- c( 32, 32, 102, 111, 111, 1, 0, num_runs, precision),
- c( 64, 64, 102, 111, 111, 1, 0, num_runs, precision),
- c( 128, 128, 102, 111, 111, 1, 0, num_runs, precision),
- c( 256, 256, 102, 111, 111, 1, 0, num_runs, precision),
- c( 512, 512, 102, 111, 111, 1, 0, num_runs, precision),
- c(1024, 1024, 102, 111, 111, 1, 0, num_runs, precision),
- c(2048, 2048, 102, 111, 111, 1, 0, num_runs, precision),
- c(4096, 4096, 102, 111, 111, 1, 0, num_runs, precision),
- c(8192, 8192, 102, 111, 111, 1, 0, num_runs, precision)
+ c( 8, 8, 102, 141, 121, 1, 0, num_runs, precision),
+ c( 16, 16, 102, 141, 121, 1, 0, num_runs, precision),
+ c( 32, 32, 102, 141, 121, 1, 0, num_runs, precision),
+ c( 64, 64, 102, 141, 121, 1, 0, num_runs, precision),
+ c( 128, 128, 102, 141, 121, 1, 0, num_runs, precision),
+ c( 256, 256, 102, 141, 121, 1, 0, num_runs, precision),
+ c( 512, 512, 102, 141, 121, 1, 0, num_runs, precision),
+ c(1024, 1024, 102, 141, 121, 1, 0, num_runs, precision),
+ c(2048, 2048, 102, 141, 121, 1, 0, num_runs, precision),
+ c(4096, 4096, 102, 141, 121, 1, 0, num_runs, precision),
+ c(8192, 8192, 102, 141, 121, 1, 0, num_runs, precision)
)
)
diff --git a/scripts/graphs/xsyrk.r b/scripts/graphs/xsyrk.r
index 4ab46c9f..754c93e2 100644
--- a/scripts/graphs/xsyrk.r
+++ b/scripts/graphs/xsyrk.r
@@ -35,32 +35,32 @@ test_names <- list(
# Defines the test-cases
test_values <- list(
- list(c( 128, 128, 102, 111, 111, 16, 128, num_runs, precision)),
- list(c( 129, 129, 102, 111, 111, 16, 128, num_runs, precision)),
- list(c( 512, 512, 102, 111, 111, 16, 1, num_runs, precision)),
- list(c(2048, 2048, 102, 111, 111, 16, 1, num_runs, precision)),
+ list(c( 128, 128, 102, 121, 111, 16, 128, num_runs, precision)),
+ list(c( 129, 129, 102, 121, 111, 16, 128, num_runs, precision)),
+ list(c( 512, 512, 102, 121, 111, 16, 1, num_runs, precision)),
+ list(c(2048, 2048, 102, 121, 111, 16, 1, num_runs, precision)),
list(
- c(1024, 1024, 101, 111, 111, 1, 0, num_runs, precision),
- c(1024, 1024, 101, 111, 112, 1, 0, num_runs, precision),
- c(1024, 1024, 101, 112, 111, 1, 0, num_runs, precision),
- c(1024, 1024, 101, 112, 112, 1, 0, num_runs, precision),
- c(1024, 1024, 102, 111, 111, 1, 0, num_runs, precision),
- c(1024, 1024, 102, 111, 112, 1, 0, num_runs, precision),
- c(1024, 1024, 102, 112, 111, 1, 0, num_runs, precision),
- c(1024, 1024, 102, 112, 112, 1, 0, num_runs, precision)
+ c(1024, 1024, 101, 121, 111, 1, 0, num_runs, precision),
+ c(1024, 1024, 101, 121, 112, 1, 0, num_runs, precision),
+ c(1024, 1024, 101, 122, 111, 1, 0, num_runs, precision),
+ c(1024, 1024, 101, 122, 112, 1, 0, num_runs, precision),
+ c(1024, 1024, 102, 121, 111, 1, 0, num_runs, precision),
+ c(1024, 1024, 102, 121, 112, 1, 0, num_runs, precision),
+ c(1024, 1024, 102, 122, 111, 1, 0, num_runs, precision),
+ c(1024, 1024, 102, 122, 112, 1, 0, num_runs, precision)
),
list(
- c( 8, 8, 102, 111, 111, 1, 0, num_runs, precision),
- c( 16, 16, 102, 111, 111, 1, 0, num_runs, precision),
- c( 32, 32, 102, 111, 111, 1, 0, num_runs, precision),
- c( 64, 64, 102, 111, 111, 1, 0, num_runs, precision),
- c( 128, 128, 102, 111, 111, 1, 0, num_runs, precision),
- c( 256, 256, 102, 111, 111, 1, 0, num_runs, precision),
- c( 512, 512, 102, 111, 111, 1, 0, num_runs, precision),
- c(1024, 1024, 102, 111, 111, 1, 0, num_runs, precision),
- c(2048, 2048, 102, 111, 111, 1, 0, num_runs, precision),
- c(4096, 4096, 102, 111, 111, 1, 0, num_runs, precision),
- c(8192, 8192, 102, 111, 111, 1, 0, num_runs, precision)
+ c( 8, 8, 102, 121, 111, 1, 0, num_runs, precision),
+ c( 16, 16, 102, 121, 111, 1, 0, num_runs, precision),
+ c( 32, 32, 102, 121, 111, 1, 0, num_runs, precision),
+ c( 64, 64, 102, 121, 111, 1, 0, num_runs, precision),
+ c( 128, 128, 102, 121, 111, 1, 0, num_runs, precision),
+ c( 256, 256, 102, 121, 111, 1, 0, num_runs, precision),
+ c( 512, 512, 102, 121, 111, 1, 0, num_runs, precision),
+ c(1024, 1024, 102, 121, 111, 1, 0, num_runs, precision),
+ c(2048, 2048, 102, 121, 111, 1, 0, num_runs, precision),
+ c(4096, 4096, 102, 121, 111, 1, 0, num_runs, precision),
+ c(8192, 8192, 102, 121, 111, 1, 0, num_runs, precision)
)
)