mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-09 14:33:04 +08:00
Revert "Revert "Expose spirv extensions""
This reverts commit 469fe40072.
Change-Id: I8b634ef05a3b7e4e6abb05b42eacae24b7871632
This commit is contained in:
committed by
sys_ocldev
parent
8ec072d39c
commit
6b8d8cbcbb
@@ -217,6 +217,9 @@ TEST_F(PlatformTest, givenSupportingCl21WhenPlatformSupportsFp64ThenFillMatching
|
||||
if (hwInfo->capabilityTable.clVersionSupport > 20) {
|
||||
EXPECT_THAT(compilerExtensions, ::testing::HasSubstr(std::string("cl_khr_subgroups")));
|
||||
EXPECT_THAT(compilerExtensions, ::testing::HasSubstr(std::string("cl_khr_il_program")));
|
||||
EXPECT_THAT(compilerExtensions, ::testing::HasSubstr(std::string("cl_intel_spirv_side_avc_motion_estimation")));
|
||||
EXPECT_THAT(compilerExtensions, ::testing::HasSubstr(std::string("cl_intel_spirv_media_block_io")));
|
||||
EXPECT_THAT(compilerExtensions, ::testing::HasSubstr(std::string("cl_intel_spirv_subgroups")));
|
||||
}
|
||||
|
||||
if (hwInfo->capabilityTable.ftrSupportsFP64) {
|
||||
|
||||
Reference in New Issue
Block a user