mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 18:06:32 +08:00
Add instance of gmm helper to execution environment
Change-Id: I1b044611fbad91fbb681ba233938f41502f29056
This commit is contained in:
committed by
sys_ocldev
parent
f26535a93d
commit
94dbdb602d
@@ -30,7 +30,7 @@ using namespace OCLRT;
|
||||
typedef ::testing::Test DeviceQueueHwMtTest;
|
||||
|
||||
HWCMDTEST_F(IGFX_GEN8_CORE, DeviceQueueHwMtTest, givenTakenIgilCriticalSectionWhenSecondThreadIsWaitingThenDontHang) {
|
||||
auto device = std::unique_ptr<MockDevice>(Device::create<MockDevice>(nullptr));
|
||||
auto device = std::unique_ptr<MockDevice>(MockDevice::createWithNewExecutionEnvironment<MockDevice>(nullptr));
|
||||
auto context = std::unique_ptr<MockContext>(new MockContext());
|
||||
|
||||
cl_queue_properties properties[3] = {0};
|
||||
|
||||
Reference in New Issue
Block a user