摘要:
CULA 安装包里包含了几个例子,用来显示如何使用CULA.这些例子放在‘examples’ 目录里.这里列出几个常用的,使用CULA函数的例子.Initialization and Shutdown#include <cula.h>culaStatus s;s = culaInitialize();if(s != culaNoError){ printf("%s\n", culaGetErrorString(s)); /* ... Error Handling ... */}/* ... Your code ... */culaShutdown();Argum 阅读全文
posted @ 2012-05-01 20:55
gpus
阅读(578)
评论(0)
推荐(0)

浙公网安备 33010602011771号