Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0h-n0/cuda_device_check
cuda device check repository.
https://github.com/0h-n0/cuda_device_check
Last synced: about 2 months ago
JSON representation
cuda device check repository.
- Host: GitHub
- URL: https://github.com/0h-n0/cuda_device_check
- Owner: 0h-n0
- License: mit
- Created: 2017-07-13T13:47:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-31T07:07:07.000Z (over 7 years ago)
- Last Synced: 2024-11-09T09:49:45.813Z (3 months ago)
- Language: Cuda
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
CUDA_DEVICE_CHECK
==================1. stress test on your nvidia device.
2. check memory allocation speed.
3. check data transfer speed between host and device.
4. check calculation speed.
1. cuDNN.
2. cuBLASREQUIREMENTS
--------------* cmake > 3.9.0
* boost > 1.65.0
* cuda toolkit > 8.0
* cuDNN > 6.0HOW TO GET
---------------.. code-block:: shell
git clone --recursive https://github.com/0h-n0/CUDA_DEVICE_CHECK.git
OR
^^^^^^.. code-block:: shell
git clone https://github.com/0h-n0/CUDA_DEVICE_CHECK.git
git submodule init
git submodule updateBUILD
----------.. code-block:: shell
cd CUDA_DEVICE_CHECK
mkdir build
cd build
cmake ..
make -j $(porc)RUN
---------REFERENCE
-----------* http://wili.cc/blog/gpu-burn.html