mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-23 11:03:02 +08:00
Move SourceLevelDebugger ownership to execution environment
Change-Id: I7fc6fd1cde2e450dbd41a164f915373e80a4aaf8
This commit is contained in:
committed by
sys_ocldev
parent
6112ce4e8f
commit
eebb919c18
@@ -47,7 +47,7 @@ class EnqueueDebugKernelTest : public ProgramSimpleFixture,
|
||||
constructPlatform();
|
||||
ProgramSimpleFixture::SetUp();
|
||||
device = pDevice;
|
||||
pDevice->sourceLevelDebugger.reset(new SourceLevelDebugger(nullptr));
|
||||
pDevice->executionEnvironment->sourceLevelDebugger.reset(new SourceLevelDebugger(nullptr));
|
||||
|
||||
if (pDevice->getHardwareInfo().pPlatform->eRenderCoreFamily >= IGFX_GEN9_CORE) {
|
||||
std::string filename;
|
||||
|
||||
Reference in New Issue
Block a user