mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-26 15:03:02 +08:00
Add mechanism to avoid calling gdi calls while process exit
Signed-off-by: Kamil Diedrich <kamil.diedrich@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
673a6244ee
commit
ddd8a08fac
@@ -36,12 +36,6 @@ Device::Device(ExecutionEnvironment *executionEnvironment, const uint32_t rootDe
|
||||
}
|
||||
|
||||
Device::~Device() {
|
||||
if (false == commandStreamReceivers.empty()) {
|
||||
if (commandStreamReceivers[0]->skipResourceCleanup()) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
finalizeRayTracing();
|
||||
|
||||
DEBUG_BREAK_IF(nullptr == executionEnvironment->memoryManager.get());
|
||||
|
||||
Reference in New Issue
Block a user