mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Change IgcOclDeviceCtxLatest to IgcOclDeviceCtxTagOCL
Change-Id: I1add81d4d092f9177e67b1fb2185523f5b82dd32
This commit is contained in:
@ -863,7 +863,7 @@ TEST(OfflineCompilerTest, givenIntermediatedRepresentationInputWhenBuildSourceCo
|
||||
|
||||
auto retVal = mockOfflineCompiler.initialize(argv.size(), argv);
|
||||
auto mockIgcOclDeviceCtx = new NEO::MockIgcOclDeviceCtx();
|
||||
mockOfflineCompiler.igcDeviceCtx = CIF::RAII::Pack<IGC::IgcOclDeviceCtxLatest>(mockIgcOclDeviceCtx);
|
||||
mockOfflineCompiler.igcDeviceCtx = CIF::RAII::Pack<IGC::IgcOclDeviceCtxTagOCL>(mockIgcOclDeviceCtx);
|
||||
ASSERT_EQ(CL_SUCCESS, retVal);
|
||||
|
||||
mockOfflineCompiler.inputFileSpirV = true;
|
||||
@ -918,7 +918,7 @@ TEST(OfflineCompilerTest, givenSpirvInputFileWhenCmdLineHasOptionsThenCorrectOpt
|
||||
|
||||
auto retVal = mockOfflineCompiler.initialize(argv.size(), argv);
|
||||
auto mockIgcOclDeviceCtx = new NEO::MockIgcOclDeviceCtx();
|
||||
mockOfflineCompiler.igcDeviceCtx = CIF::RAII::Pack<IGC::IgcOclDeviceCtxLatest>(mockIgcOclDeviceCtx);
|
||||
mockOfflineCompiler.igcDeviceCtx = CIF::RAII::Pack<IGC::IgcOclDeviceCtxTagOCL>(mockIgcOclDeviceCtx);
|
||||
ASSERT_EQ(CL_SUCCESS, retVal);
|
||||
|
||||
mockOfflineCompiler.inputFileSpirV = true;
|
||||
|
Reference in New Issue
Block a user