Rosykunai commited on
Commit
b2f8d91
·
verified ·
1 Parent(s): 9236da4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -59,7 +59,12 @@ There are 14 parameter, the first 10 are ordinal and can only take up to 4 diffe
59
  The experiment was run on a desktop workstation running Ubuntu 16.04 Linux with an Intel Core i5 (3.5GHz), 16GB RAM, and a NVidia Geforce GTX 680 4GB GF580 GTX-1.5GB GPU. We use the 'gemm_fast' kernel from the automatic OpenCL kernel tuning library 'CLTune' (https://github.com/CNugteren/CLTune).
60
 
61
  * Note: for this kind of data sets it is usually better to work with the logarithm of the running times (see e.g. Falch and Elster, 'Machine learning-based auto-tuning for enhanced performance portability of OpenCL applications', 2015).
 
 
 
62
 
 
 
63
  # Reference
64
  - Rafael Ballester-Ripoll, Enrique G. Paredes, Renato Pajarola.
65
  - Sobol Tensor Trains for Global Sensitivity Analysis.
 
59
  The experiment was run on a desktop workstation running Ubuntu 16.04 Linux with an Intel Core i5 (3.5GHz), 16GB RAM, and a NVidia Geforce GTX 680 4GB GF580 GTX-1.5GB GPU. We use the 'gemm_fast' kernel from the automatic OpenCL kernel tuning library 'CLTune' (https://github.com/CNugteren/CLTune).
60
 
61
  * Note: for this kind of data sets it is usually better to work with the logarithm of the running times (see e.g. Falch and Elster, 'Machine learning-based auto-tuning for enhanced performance portability of OpenCL applications', 2015).
62
+ # Download
63
+ ```python
64
+ from datasets import load_dataset
65
 
66
+ dataset = load_dataset("Rosykunai/SGEMM_GPU_performance")
67
+ ```
68
  # Reference
69
  - Rafael Ballester-Ripoll, Enrique G. Paredes, Renato Pajarola.
70
  - Sobol Tensor Trains for Global Sensitivity Analysis.