mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +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
@@ -477,7 +477,7 @@ TEST(SubmissionsAggregator, dontAllocateFlushStamp) {
|
||||
|
||||
struct SubmissionsAggregatorTests : public ::testing::Test {
|
||||
void SetUp() override {
|
||||
device.reset(Device::create<MockDevice>(platformDevices[0]));
|
||||
device.reset(MockDevice::createWithNewExecutionEnvironment<MockDevice>(platformDevices[0]));
|
||||
context.reset(new MockContext(device.get()));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user