CUDA 7.0 中是否缺少 libcudpp.so?

Is libcudpp.so missing from CUDA 7.0?

我正在使用 jCuda 并尝试编译 运行 它的示例之一 (JCudppHashSample) 在 Ubuntu 14.04 上的 jcuda 上可用,带有 CUDA 7.0。

但是在编译时库 jcudpp 说没有可用的 libcudpp。我想知道 cuda sdk 中是否缺少它?

我不喜欢获取源代码并手动制作的想法。

它不是 CUDA 工具包或 CUDA SDK 的一部分。

您必须从其 source 中获取它。

JCuda页面you linked表示:

JCudpp is only a Java binding for CUDPP. That means, in order to use JCudpp, you need the CUDPP library. This library can be compiled from the source code that is available at the CUDPP home page