mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-09 22:43:00 +08:00
Update UltDeviceFactory
Use MockMemoryManager by default in UltDeviceFactory. Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
a8fe9b7630
commit
2d033f5dea
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2017-2020 Intel Corporation
|
||||
* Copyright (C) 2017-2021 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -27,7 +27,7 @@ extern HwHelper *hwHelperFactory[IGFX_MAX_CORE];
|
||||
}
|
||||
|
||||
// Tests for cl_khr_image2d_from_buffer
|
||||
class Image2dFromBufferTest : public ClDeviceFixture, public ::testing::Test {
|
||||
class Image2dFromBufferTest : public ::testing::Test {
|
||||
public:
|
||||
Image2dFromBufferTest() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user