failed to create cublas handle: CUBLAS_STATUS_ALLOC_FAILED 错误解决方法
Posted gaofighting
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了failed to create cublas handle: CUBLAS_STATUS_ALLOC_FAILED 错误解决方法相关的知识,希望对你有一定的参考价值。
解决:
config = tf.ConfigProto() config.gpu_options.allow_growth = True session = tf.Session(config=config, ...)
还有这样的(固定分配):
gpu_options = tf.GPUOptions(per_process_gpu_memory_fraction=0.333) sess = tf.Session(config=tf.ConfigProto(gpu_options=gpu_options))
记得关闭其他用显存的程序哦!。。。
以上是关于failed to create cublas handle: CUBLAS_STATUS_ALLOC_FAILED 错误解决方法的主要内容,如果未能解决你的问题,请参考以下文章
Check failed: status == CUBLAS_STATUS_SUCCESS (11 vs. 0) CUBLAS_STATUS_MAPPING_ERROR
CUDA 错误:调用 `cublasCreate(handle)` 时出现 CUBLAS_STATUS_ALLOC_FAILED
RuntimeError:CUDA 错误:仅使用 GPU 调用 `cublasSgemm(handle)` 时出现 CUBLAS_STATUS_EXECUTION_FAILED
重启idea项目,报failed to create mbean for naming resource null
无法创建cudnn句柄:CUBLAS_STATUS_ALLOC_FAILED
Kubernetes Kubelete 报错 ctr: failed to create shim task: OCI runtime create failed