mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 13:33:02 +08:00
refactor direct submission: Pass command stream receiver to ctor
Related-To: NEO-6643 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
79b8051eab
commit
b5b8762faf
@@ -131,6 +131,7 @@ class DrmCommandStreamEnhancedTemplate : public ::testing::Test {
|
||||
template <typename GfxFamily>
|
||||
void TearDownT() {
|
||||
executionEnvironment->decRefInternal();
|
||||
device.reset();
|
||||
}
|
||||
|
||||
template <typename GfxFamily>
|
||||
|
||||
Reference in New Issue
Block a user