提交 6b933644 authored 作者: Frederic's avatar Frederic

init to NULL the cublas handle.

上级 18903386
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
#define CNDA_END_ALLOW_THREADS #define CNDA_END_ALLOW_THREADS
#endif #endif
cublasHandle_t handle; cublasHandle_t handle = NULL;
///////////////////////// /////////////////////////
// Alloc and Free // Alloc and Free
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论