SWDEV-506467 - Skip Abort in case of crash from the device. (#60)

Change-Id: I964b2f2647d068202e9c38fcddb1337da754df8d
Tento commit je obsažen v:
Jayaprakash, Karthik
2025-04-29 01:49:02 -04:00
odevzdal GitHub
rodič 9cf3f1e461
revize b2388dfb88
7 změnil soubory, kde provedl 99 přidání a 19 odebrání
+2
Zobrazit soubor
@@ -336,6 +336,8 @@ Context* Device::glb_ctx_ = nullptr;
Monitor Device::p2p_stage_ops_(true);
Memory* Device::p2p_stage_ = nullptr;
bool Device::device_not_usable_ = false;
std::shared_mutex MemObjMap::AllocatedLock_ ROCCLR_INIT_PRIORITY(101);
std::map<uintptr_t, amd::Memory*> MemObjMap::MemObjMap_ ROCCLR_INIT_PRIORITY(101);
std::map<uintptr_t, amd::Memory*> MemObjMap::VirtualMemObjMap_ ROCCLR_INIT_PRIORITY(101);