mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
Remove platformDevices from ULT
Related-To: NEO-4499 Change-Id: I0949f6fd9897b970314a82db7bae6f700fbf31d3 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
43668ce55b
commit
94bd9af6e2
@@ -49,7 +49,7 @@ class TestedMemoryManager : public OsAgnosticMemoryManager {
|
||||
};
|
||||
|
||||
TEST(BufferTests, doPinIsSet) {
|
||||
MockExecutionEnvironment executionEnvironment(*platformDevices);
|
||||
MockExecutionEnvironment executionEnvironment(defaultHwInfo.get());
|
||||
std::unique_ptr<TestedMemoryManager> mm(new MemoryManagerCreate<TestedMemoryManager>(false, false, executionEnvironment));
|
||||
{
|
||||
MockContext context;
|
||||
@@ -72,7 +72,7 @@ TEST(BufferTests, doPinIsSet) {
|
||||
}
|
||||
}
|
||||
TEST(BufferTests, doPinIsSetForHostPtr) {
|
||||
MockExecutionEnvironment executionEnvironment(*platformDevices);
|
||||
MockExecutionEnvironment executionEnvironment(defaultHwInfo.get());
|
||||
std::unique_ptr<TestedMemoryManager> mm(new TestedMemoryManager(executionEnvironment));
|
||||
{
|
||||
MockContext context;
|
||||
|
||||
Reference in New Issue
Block a user