mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-22 01:48:50 +08:00
Revert "fix: track registered CSR clients"
This reverts commit 53f635e392.
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
d515ba965c
commit
ade538ce54
@@ -253,11 +253,10 @@ CommandQueue *CommandQueue::create(uint32_t productFamily, Device *device, NEO::
|
||||
}
|
||||
|
||||
void CommandQueueImp::unregisterCsrClient() {
|
||||
this->csr->unregisterClient(this);
|
||||
}
|
||||
|
||||
void CommandQueueImp::registerCsrClient() {
|
||||
this->csr->registerClient(this);
|
||||
if (getClientId() != CommandQueue::clientNotRegistered) {
|
||||
this->csr->unregisterClient();
|
||||
setClientId(CommandQueue::clientNotRegistered);
|
||||
}
|
||||
}
|
||||
|
||||
ze_result_t CommandQueueImp::CommandBufferManager::initialize(Device *device, size_t sizeRequested) {
|
||||
|
||||
Reference in New Issue
Block a user