mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Move tag allocation destruction to command stream receiver.
Change-Id: I657df755c6cdd695103769a45a8dce749f7bd545
This commit is contained in:

committed by
sys_ocldev

parent
d9757a93a1
commit
0abacce160
@ -145,7 +145,6 @@ class UltCommandStreamReceiver : public CommandStreamReceiverHw<GfxFamily> {
|
||||
|
||||
template <typename GfxFamily>
|
||||
UltCommandStreamReceiver<GfxFamily>::~UltCommandStreamReceiver() {
|
||||
this->setTagAllocation(nullptr);
|
||||
if (tempPreemptionLocation) {
|
||||
this->setPreemptionCsrAllocation(nullptr);
|
||||
delete tempPreemptionLocation;
|
||||
|
Reference in New Issue
Block a user