SWDEV-531711 - Report correct error code based on device failure. (#286)
This commit is contained in:
committed by
GitHub
parent
7698d799ce
commit
f5b8db33f1
@@ -336,7 +336,7 @@ Context* Device::glb_ctx_ = nullptr;
|
||||
Monitor Device::p2p_stage_ops_(true);
|
||||
Memory* Device::p2p_stage_ = nullptr;
|
||||
|
||||
bool Device::device_not_usable_ = false;
|
||||
cl_int Device::gpu_error_ = CL_SUCCESS;
|
||||
|
||||
std::shared_mutex MemObjMap::AllocatedLock_ ROCCLR_INIT_PRIORITY(101);
|
||||
std::map<uintptr_t, amd::Memory*> MemObjMap::MemObjMap_ ROCCLR_INIT_PRIORITY(101);
|
||||
|
||||
Reference in New Issue
Block a user