Where to download CUDA SDK from

2019-06-19 02:52发布

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.

标签: sdk cuda nvidia
3条回答
男人必须洒脱
2楼-- · 2019-06-19 03:19

Try: https://developer.nvidia.com/cuda-downloads and select your architecture/OS

查看更多
爱情/是我丢掉的垃圾
3楼-- · 2019-06-19 03:32

I think adding GPU support for other libs requires only the CUDA toolkit in most cases, which can be found publicly.

There is also a CUDA Compiler SDK.

It is located in the Registered Developers Website.

First, you have to register as a registered developer by this link.

After login, apply for the CUDA/GPU Computing Registered Developer Program

Then you can see the download link of CUDA Compiler SDK.

查看更多
Lonely孤独者°
4楼-- · 2019-06-19 03:34

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.

查看更多
登录 后发表回答