This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Description
Is it possible to use this caffe version with in multi threading environment. When i run my application with single thread, it works fine, but the moment I run my application on more than single thread, I get segmentation fault or memory corruption. I am very sure that there is some issue in mkldnn used in this intel caffe. I am able to run my application in multi threaded environment with bvlc caffe. So, from this I am getting an idea that that there is nothing wrong with the my applcation and I need some changes in intel caffe mkldnn.
Any help/advice/suggestions/discussion will be helpful.
Thanks in advance for your time