Update README.md
Browse files
README.md
CHANGED
|
@@ -46,7 +46,10 @@ configs:
|
|
| 46 |
path: data/train-*
|
| 47 |
---
|
| 48 |
# Information
|
|
|
|
|
|
|
| 49 |
We performed some filtering on this dataset.
|
|
|
|
| 50 |
Here is the original information of this dataset:
|
| 51 |
|
| 52 |
This data set measures the running time of a matrix-matrix product A*B = C, where all matrices have size 2048 x 2048, using a parameterizable SGEMM GPU kernel with 241600 possible parameter combinations. For each tested combination, 4 runs were performed and their results are reported as the 4 last columns. All times are measured in milliseconds*.
|
|
|
|
| 46 |
path: data/train-*
|
| 47 |
---
|
| 48 |
# Information
|
| 49 |
+
SGEMM GPU kernel performance Data Set available for download at https://archive.ics.uci.edu/ml/datasets/SGEMM+GPU+kernel+performance
|
| 50 |
+
|
| 51 |
We performed some filtering on this dataset.
|
| 52 |
+
|
| 53 |
Here is the original information of this dataset:
|
| 54 |
|
| 55 |
This data set measures the running time of a matrix-matrix product A*B = C, where all matrices have size 2048 x 2048, using a parameterizable SGEMM GPU kernel with 241600 possible parameter combinations. For each tested combination, 4 runs were performed and their results are reported as the 4 last columns. All times are measured in milliseconds*.
|