Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modification in README file of cudnn/mnist benchmark #6

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion benchmarks/src/cuda/cudnn/mnist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Jonathan Lew, Deval Shah, Suchita Pati, Shaylin Cattell, Mengchi Zhang, Amruth S

### Install cuDNN Developer library ###

* This benchmark is tested for cuda-8.0 and cuDNN v7.1.4
* This benchmark is tested for cuda-8.0 and cuDNN v7.1.4. This banchmark is taken from the code samples provided on [NVIDIA Developer site](https://developer.nvidia.com/rdp/cudnn-archive) and modified for GPGPU-Sim.
* Download cuDNN Developer Library from [https://developer.nvidia.com/rdp/cudnn-archive](https://developer.nvidia.com/rdp/cudnn-archive).
* Follow the instructions given on [https://docs.nvidia.com/deeplearning/sdk/cudnn-install/index.html](https://docs.nvidia.com/deeplearning/sdk/cudnn-install/index.html) to install cuDNN library. (If you don't have sudo permissions, you can extract the debian file and then follow the instructions for "Installing from a Tar File")

Expand Down