Add missing test for implicit scaling L0

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2021-11-25 18:33:20 +00:00
committed by Compute-Runtime-Automation
parent 2319a56557
commit 1b2fe80a1b

View File

@@ -5,6 +5,7 @@
*
*/
#include "shared/source/command_container/implicit_scaling.h"
#include "shared/source/helpers/api_specific_config.h"
#include "level_zero/core/source/compiler_interface/l0_reg_path.h"
@@ -36,4 +37,7 @@ TEST(ApiSpecificConfigL0Tests, givenMaxAllocSizeWhenGettingReducedMaxAllocSizeTh
TEST(ApiSpecificConfigL0Tests, WhenGettingRegistryPathThenL0RegistryPathIsReturned) {
EXPECT_STREQ(L0::registryPath, ApiSpecificConfig::getRegistryPath());
}
TEST(ImplicitScalingApiTests, givenLevelZeroApiUsedThenSupportDisabled) {
EXPECT_FALSE(ImplicitScaling::apiSupport);
}
} // namespace NEO