提交 41be3b8b authored 作者: abergeron's avatar abergeron

Merge pull request #2031 from serge-m/master

Fixed "cublasHandle_t handle" declaration in cuda_ndarray.cuh.
......@@ -82,7 +82,7 @@ typedef float real;
#define NO_VERBOSE_DEVICE_MALLOC 0
/* Use this handle to make cublas calls */
extern cublasHandle_t handle;
extern DllExport cublasHandle_t handle;
/**
* Allocation and freeing of device memory should go through these functions so that the lib can track memory usage.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论