提交 9973ad61 authored 作者: Sergey Matyunin's avatar Sergey Matyunin

Fixed "cublasHandle_t handle" declaration in cuda_ndarray.cuh.

Required for cuda_convnet compilation in pylearn2 in Windows
上级 6c288a2a
...@@ -82,7 +82,7 @@ typedef float real; ...@@ -82,7 +82,7 @@ typedef float real;
#define NO_VERBOSE_DEVICE_MALLOC 0 #define NO_VERBOSE_DEVICE_MALLOC 0
/* Use this handle to make cublas calls */ /* 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. * Allocation and freeing of device memory should go through these functions so that the lib can track memory usage.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论