mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 09:14:47 +08:00
[n/n] Remove event registry.
Change-Id: Ie7da0f2dc944583771aaa80648217602ccff99ce
This commit is contained in:
committed by
sys_ocldev
parent
b0a41b81bb
commit
2a00a15141
@@ -172,7 +172,6 @@ bool Context::createImpl(const cl_context_properties *properties,
|
||||
if (devices.size() > 0) {
|
||||
this->memoryManager = this->getDevice(0)->getMemoryManager();
|
||||
this->svmAllocsManager = new SVMAllocsManager(this->memoryManager);
|
||||
this->eventsRegistry.setDevice(this->getDevice(0));
|
||||
if (memoryManager->isAsyncDeleterEnabled()) {
|
||||
memoryManager->getDeferredDeleter()->addClient();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user