Is AleaGPU compatible with CUDA Toolkit 8.0

血红的双手。 提交于 2019-12-23 10:25:10

问题


In the install documentation http://www.aleagpu.com/release/3_0_2/doc/installation.html it says to download the latest CUDA Drivers from https://developer.nvidia.com/cuda-downloads.

I have done so and am not able to get some of the samples to run.

The Latest CUDA Toolkit is v8.0, however when running some of the samples I get an error not being able to find curand64_75.dll looks like it is the v7.5 dll.

I have downloaded and installed just the v7.5 Toolkit, now I get a "exception [cuRAND Error] LAUNCH_FAILURE" error. I assume it has somthing to do with running the v7.5 Toolkit while using v8.0 drivers.

How do I get Alea GPU to reference curand64_80.dll?

Or do I have to uninstall all the V8.0 stuff and just have v7.5 running for now?


回答1:


AleaGPU is compatible with CUDA driver 8.0. There are some wrapping over CUDA libraries, such as cuRAND and cuBLAS. These libraries are not part of CUDA driver, they are part of CUDA toolkit. By default, AleaGPU search for these CUDA libraries in 7.5 version, but you can configure it: http://www.aleagpu.com/release/3_0_2/doc/faq.html#config_cuda_version .




回答2:


AleaGPU is compatible with CUDA Toolkit 8.0. I have it running on my machines.

Have you tried running a simpler sample? http://www.aleagpu.com/release/3_0_2/doc/gallery.html

The reason I ask this is: http://www.aleagpu.com/release/3_0_2/doc/advanced_features_csharp.html

Alea GPU cannot expose the cuRAND device level interface because these routines have to be directly compiled into the kernel function.

Without seeing any code it's a bit of guess.



来源:https://stackoverflow.com/questions/41354925/is-aleagpu-compatible-with-cuda-toolkit-8-0

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!