mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-07 21:27:04 +08:00
Tests update: create memory manager for command stream receiver
Change-Id: I89b577759d6da112049a8b0135ae488f2849c140 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
47a0c43ad3
commit
1635bef9a8
@@ -16,6 +16,7 @@ typedef ::testing::Test Gen9CoherencyRequirements;
|
||||
|
||||
GEN9TEST_F(Gen9CoherencyRequirements, noCoherencyProgramming) {
|
||||
ExecutionEnvironment *executionEnvironment = platformImpl->peekExecutionEnvironment();
|
||||
executionEnvironment->initializeMemoryManager();
|
||||
CommandStreamReceiverHw<SKLFamily> csr(*executionEnvironment);
|
||||
LinearStream stream;
|
||||
DispatchFlags flags = {};
|
||||
|
||||
Reference in New Issue
Block a user