You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/03/07 04:58:45 UTC

[GitHub] starimpact commented on issue #8695: Hangs training on P100

starimpact commented on issue #8695: Hangs training on P100
URL: https://github.com/apache/incubator-mxnet/issues/8695#issuecomment-371023082
 
 
   i encountered the deadlock also....
   mxnet version is v0.8.0
   ```
   #0  pthread_cond_wait@@GLIBC_2.3.2 ()
   #1  0x00007f39f58198dc in std::condition_variable::wait(std::unique_lock<std::mutex>&) () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
   #2  0x00007f39f7688559 in mxnet::engine::ThreadedEngine::WaitForVar(mxnet::engine::Var*) ()
   #3  0x00007f39f7701708 in mxnet::NDArray::SyncCopyToCPU(void*, unsigned long) const ()
   #4  0x00007f39f765d4ba in MXNDArraySyncCopyToCPU ()
   ```
   
   @eric-haibin-lin when is the deadlock fixed, can you give the md5 code of the commit or link of it?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services