cudaError_t 1 : 从 'cublasCreate(&handle_)' 返回“__global__ 函数调用未配置”

Posted

技术标签:

【中文标题】cudaError_t 1 : 从 \'cublasCreate(&handle_)\' 返回“__global__ 函数调用未配置”【英文标题】:cudaError_t 1 : "__global__ function call is not configured" returned from 'cublasCreate(&handle_)'cudaError_t 1 : 从 'cublasCreate(&handle_)' 返回“__global__ 函数调用未配置” 【发布时间】:2018-06-03 21:41:29 【问题描述】:

我在 SGE 集群上使用 Kaldi 运行 ASR 实验,该集群由两个带有 TITAN XP 的工作站组成。 随机我遇到以下问题:

ERROR (nnet3-train[5.2.62~4-a2342]:FinalizeActiveGpu():cu-device.cc:217) cudaError_t 1 : "__global__ function call is not configured" 从'cublasCreate(&handle_)'返回/p>

我猜 GPU 驱动程序或硬件有问题。

您能提供一些帮助吗?

And here is the complete log

【问题讨论】:

【参考方案1】:

我在其中一台 TX2 中运行暗网时遇到了类似问题

参考

https://blog.csdn.net/JIEJINQUANIL/article/details/103091537

输入根目录

sudo su

然后来源 catkin_ws

然后启动黑暗。

然后就可以运行了。

这是我的结果

希望你能用类似的方法解决

【讨论】:

以上是关于cudaError_t 1 : 从 'cublasCreate(&handle_)' 返回“__global__ 函数调用未配置”的主要内容,如果未能解决你的问题,请参考以下文章

是否可以从全局或设备函数调用 CUDA CUBLAS 函数

异步 cuBLAS 调用

使用 cublas gemm 函数 (cublasSgemm) 的乘法矩阵大小上限

Cublas - 列/行明智的操作

解决 conda tensorflow failed to create cublas handle: CUBLAS_STATUS_NOT_INITIALIZED

在转置时澄清 CUBLAS 中的前导维度