Reorganize files in GEN8 family

Change-Id: Iafd0e34e8eaa9564a0811235bb513a8ec91b606d
This commit is contained in:
Zdanowicz, Zbigniew
2018-06-21 12:06:32 +02:00
committed by sys_ocldev
parent 0edf910d9f
commit 52d03a110c
25 changed files with 758 additions and 451 deletions

View File

@@ -36,7 +36,7 @@ struct Gen8PlatformCaps : public PlatformFixture, public ::testing::Test {
}
};
GEN8TEST_F(Gen8PlatformCaps, allSkusSupportFP64) {
BDWTEST_F(Gen8PlatformCaps, allBdwSkusSupportFP64) {
const auto &caps = pPlatform->getPlatformInfo();
EXPECT_NE(std::string::npos, caps.extensions.find(std::string("cl_khr_fp64")));