mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 18:00:01 +08:00
Revert "Clean up resources in final derived csr class"
This reverts commit 737e6e4de5.
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
5477cb6b8c
commit
525470917f
@@ -80,12 +80,6 @@ DrmCommandStreamReceiver<GfxFamily>::DrmCommandStreamReceiver(ExecutionEnvironme
|
||||
kmdWaitTimeout = DebugManager.flags.SetKmdWaitTimeout.get();
|
||||
}
|
||||
|
||||
template <typename GfxFamily>
|
||||
inline DrmCommandStreamReceiver<GfxFamily>::~DrmCommandStreamReceiver() {
|
||||
this->unregisterDirectSubmissionFromController();
|
||||
this->cleanupResources();
|
||||
}
|
||||
|
||||
template <typename GfxFamily>
|
||||
SubmissionStatus DrmCommandStreamReceiver<GfxFamily>::flush(BatchBuffer &batchBuffer, ResidencyContainer &allocationsForResidency) {
|
||||
this->printDeviceIndex();
|
||||
|
||||
Reference in New Issue
Block a user