Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where to download CUDA SDK from

Tags:

sdk

cuda

nvidia

I have been searching the nvidia website for the GPU Computing SDK as I am trying to build the pointclouds library (PCL) with cuda support. However, on the nvidia website all I can find are links for the toolkit and not a single download link for the SDK.

I found this post: How can I download the latest version of the GPU computing SDK?

However, that solution seems outdated and does not seem to work.

like image 870
Aly Avatar asked Jan 11 '13 12:01

Aly


1 Answers

The link that fritzone gave (https://developer.nvidia.com/cuda-downloads) is an installer package that includes the CUDA toolkit, developer drivers, and the SDK. Since CUDA 4.2, NVidia has distributed all of these together in a single package. Older versions of CUDA still have them as separate downloads and are available from https://developer.nvidia.com/cuda-toolkit-archive.

like image 128
reirab Avatar answered Sep 28 '22 11:09

reirab