NVIDIA / caffe

Caffe: a fast open framework for deep learning.
http://caffe.berkeleyvision.org/
Other
672 stars 263 forks source link

[cudnn_conv_layer.cu:55] Check failed: error == cudaSuccess (77 vs. 0) an illegal memory access was encountered #515

Closed HaoLiuHust closed 6 years ago

HaoLiuHust commented 6 years ago

when running two models in multi-thread, this error will happened if compiled nvcaffe with cudnn7.

HaoLiuHust commented 6 years ago

if I run them in two seperate process, it will be ok

drnikolaev commented 6 years ago

Reproduced and fixed, see new release soon

HaoLiuHust commented 6 years ago

@drnikolaev what about the fix progress?

HaoLiuHust commented 6 years ago

@drnikolaev where can I find the fix?