Merge "[vdi] Fix hang due to recursive locking." into amd-master-next
[ROCm/clr commit: 2e61683b33]
This commit is contained in:
committed by
Gerrit Code Review
melakukan
07bde00301
Executable → Regular
+1
-1
@@ -179,7 +179,7 @@ struct ihipExec_t {
|
||||
};
|
||||
|
||||
class PlatformState {
|
||||
amd::Monitor lock_{"Guards global function map"};
|
||||
amd::Monitor lock_{"Guards global function map", true};
|
||||
|
||||
std::unordered_map<const void*, std::vector<std::pair<hipModule_t, bool>>> modules_;
|
||||
bool initialized_{false};
|
||||
|
||||
Reference in New Issue
Block a user