mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 01:35:20 +08:00
Make gmm client context non-static member
Construct platform and initialize gmm in each test Change-Id: I4f209369e77213420308f31f911b7a569ea93283
This commit is contained in:
committed by
sys_ocldev
parent
7423919629
commit
a906ddaa66
@@ -53,7 +53,6 @@ class CompilerInterfaceTest : public DeviceFixture,
|
||||
public ::testing::Test {
|
||||
public:
|
||||
void SetUp() override {
|
||||
constructPlatform();
|
||||
DeviceFixture::SetUp();
|
||||
|
||||
retVal = CL_SUCCESS;
|
||||
@@ -99,7 +98,6 @@ class CompilerInterfaceTest : public DeviceFixture,
|
||||
pCompilerInterface.reset();
|
||||
|
||||
DeviceFixture::TearDown();
|
||||
platformImpl.reset(nullptr);
|
||||
}
|
||||
|
||||
std::unique_ptr<MockCompilerInterface> pCompilerInterface = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user