-
Notifications
You must be signed in to change notification settings - Fork 0
Avoid the error CURAND failure 201
You are probably running on a Pascal GPU (for example a GTX 1080) with CUDA 7.5. You need to upgrade to CUDA 8.0. Also if you are using a binary check whether it was compiled/linked with CUDA 7.5. All versions up to and including 1.7 are linked against CUDA 7.5 and will not work with Pascal GPUs.
TODO: list some helpful steps for people to transition from 7.5 to 8
You should set the environment variable CUDA_PATH_V8_0 and the environment variable CUDA_PATH
setx CUDA_PATH "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0"
setx CUDA_PATH_V8_0 "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0"
before opening visual studio. The build process should work seamlessly. If you have compiled CNTK in the past with CUDA 7.5 you might have to reload the MathCUDA
project.
TODO
Getting Started
Additional Documentation
How to use CNTK
Using CNTK Models in Your Code
- Overview
- Nuget Package for Evaluation
- C++ Evaluation Interface
- C# Evaluation Interface
- Evaluating Hidden Layers
- C# Image Transforms for Evaluation
- C# Multi-model Evaluation
- Evaluate in Azure
Advanced topics
Licenses
Source Code & Development