AleaGPU 是否与 CUDA 工具包 8.0 兼容
Is AleaGPU compatible with CUDA Toolkit 8.0
在安装文档中 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。
我已经这样做了,但我无法将一些样本送到 运行。
最新的 CUDA 工具包是 v8.0,但是当 运行 一些示例时,我得到一个错误,无法找到 curand64_75.dll 看起来它是 v7.5 dll。
我已经下载并安装了 v7.5 Toolkit,现在出现 "exception [cuRAND Error] LAUNCH_FAILURE" 错误。我认为这与 运行 在使用 v8.0 驱动程序时使用 v7.5 工具包有关。
如何让 Alea GPU 引用 curand64_80.dll?
还是我必须卸载所有 V8.0 的东西,现在只安装 v7.5 运行ning?
AleaGPU 与 CUDA 工具包 8.0 兼容。
我的机器上有 运行。
您是否尝试过 运行 更简单的示例?
http://www.aleagpu.com/release/3_0_2/doc/gallery.html
我问这个的原因是:
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.
没有看到任何代码,这有点猜测。
AleaGPU 与 CUDA 驱动程序 8.0 兼容。 CUDA 库有一些包装,例如 cuRAND 和 cuBLAS。这些库不是 CUDA 驱动程序的一部分,它们是 CUDA 工具包的一部分。默认情况下,AleaGPU 在 7.5 版本中搜索这些 CUDA 库,但您可以配置它:http://www.aleagpu.com/release/3_0_2/doc/faq.html#config_cuda_version .
在安装文档中 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。
我已经这样做了,但我无法将一些样本送到 运行。
最新的 CUDA 工具包是 v8.0,但是当 运行 一些示例时,我得到一个错误,无法找到 curand64_75.dll 看起来它是 v7.5 dll。
我已经下载并安装了 v7.5 Toolkit,现在出现 "exception [cuRAND Error] LAUNCH_FAILURE" 错误。我认为这与 运行 在使用 v8.0 驱动程序时使用 v7.5 工具包有关。
如何让 Alea GPU 引用 curand64_80.dll?
还是我必须卸载所有 V8.0 的东西,现在只安装 v7.5 运行ning?
AleaGPU 与 CUDA 工具包 8.0 兼容。 我的机器上有 运行。
您是否尝试过 运行 更简单的示例? http://www.aleagpu.com/release/3_0_2/doc/gallery.html
我问这个的原因是: 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.
没有看到任何代码,这有点猜测。
AleaGPU 与 CUDA 驱动程序 8.0 兼容。 CUDA 库有一些包装,例如 cuRAND 和 cuBLAS。这些库不是 CUDA 驱动程序的一部分,它们是 CUDA 工具包的一部分。默认情况下,AleaGPU 在 7.5 版本中搜索这些 CUDA 库,但您可以配置它:http://www.aleagpu.com/release/3_0_2/doc/faq.html#config_cuda_version .