diff --git a/level_zero/core/test/unit_tests/mocks/mock_cmdlist.h b/level_zero/core/test/unit_tests/mocks/mock_cmdlist.h index c73670be92..12acfb1cdf 100644 --- a/level_zero/core/test/unit_tests/mocks/mock_cmdlist.h +++ b/level_zero/core/test/unit_tests/mocks/mock_cmdlist.h @@ -91,6 +91,7 @@ struct WhiteBox<::L0::CommandListCoreFamily> using BaseClass::isTbxMode; using BaseClass::isTimestampEventForMultiTile; using BaseClass::latestOperationRequiredNonWalkerInOrderCmdsChaining; + using BaseClass::obtainKernelPreemptionMode; using BaseClass::partitionCount; using BaseClass::patternAllocations; using BaseClass::pipeControlMultiKernelEventSync; diff --git a/shared/test/common/mocks/mock_device.h b/shared/test/common/mocks/mock_device.h index 8e6c5b4535..2f2d117085 100644 --- a/shared/test/common/mocks/mock_device.h +++ b/shared/test/common/mocks/mock_device.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018-2023 Intel Corporation + * Copyright (C) 2018-2024 Intel Corporation * * SPDX-License-Identifier: MIT * @@ -61,6 +61,7 @@ class MockDevice : public RootDevice { using Device::generateUuidFromPciBusInfo; using Device::getGlobalMemorySize; using Device::initializeCaps; + using Device::preemptionMode; using Device::regularContextPerBcsEngineAssignmentHelper; using Device::regularContextPerCcsEngineAssignmentHelper; using Device::regularEngineGroups;