We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cc4706 commit 4e3493dCopy full SHA for 4e3493d
source/module_base/blas_connector.cpp
@@ -12,6 +12,8 @@
12
#include <thrust/execution_policy.h>
13
#include <thrust/inner_product.h>
14
15
+#include "cublas_v2.h"
16
+
17
static cublasHandle_t cublas_handle = nullptr;
18
19
void createGpuBlasHandle(){
0 commit comments