Correct xe_hpc_core files

Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
Related-To: NEO-6631
This commit is contained in:
Kamil Kopryk
2022-03-14 13:14:47 +00:00
committed by Compute-Runtime-Automation
parent f20c573231
commit a20edd7160
6 changed files with 30 additions and 12 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Intel Corporation
* Copyright (C) 2021-2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@ -21,7 +21,7 @@ struct XeHpcCorePlatformCaps : public PlatformFixture, public ::testing::Test {
}
};
PVCTEST_F(XeHpcCorePlatformCaps, givenPvcSkusThenItSupportFP64) {
XE_HPC_CORETEST_F(XeHpcCorePlatformCaps, givenXeHpcSkusThenItSupportFP64) {
const auto &caps = pPlatform->getPlatformInfo();
EXPECT_NE(std::string::npos, caps.extensions.find(std::string("cl_khr_fp64")));