piiswrong commented on a change in pull request #8967: add shared storage in
windows
URL: https://github.com/apache/incubator-mxnet/pull/8967#discussion_r155324651
##########
File path: src/storage/cpu_shared_storage_manager.h
##########
@@ -91,11 +95,18 @@ class CPUSharedStorageManager final : public
StorageManager {
private:
static constexpr size_t alignment_ = 16;
- std::mutex mutex_;
+ std::recursive_mutex mutex_;
Review comment:
is this slower?
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services