Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在写一篇关于 CUDA 及其包装器的文章,现在我对 CUDA.NET 或 JCUDA 使用哪一层 CUDA 感到困惑。
正如这表明:(来源:tomshw.it)
我想正如我的程序所建议的那样,当我使用CUBLAS cublas = new CUBLAS(cuda);库或 CUDA 运行时库时。
CUBLAS cublas = new CUBLAS(cuda);
我是对的,或者最好的定义是什么? 包装器是 CUDA.NET 或 brigde 或其他东西的最佳定义。
Cuda.net 通过 Cuda Driver 实现