mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Correct xe_hpc_core files
Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com> Related-To: NEO-6631
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
f20c573231
commit
a20edd7160
@ -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")));
|
||||
|
Reference in New Issue
Block a user