Merge "[vdi] Fix hang due to recursive locking." into amd-master-next
Este commit está contenido en:
Archivo ejecutable → Archivo normal
+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};
|
||||
|
||||
Referencia en una nueva incidencia
Block a user