mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-19 06:24:51 +08:00
fix: Update CL_DEVICE_LATEST_CONFORMANCE_VERSION_PASSED value
Signed-off-by: Grzegorz Wawiorko <grzegorz.wawiorko@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
4d60465a9e
commit
213e34135c
@@ -34,7 +34,7 @@ namespace NEO {
|
||||
static std::string vendor = "Intel(R) Corporation";
|
||||
static std::string profile = "FULL_PROFILE";
|
||||
static std::string spirVersions = "1.2 ";
|
||||
const char *latestConformanceVersionPassed = "v2024-02-27-00";
|
||||
const char *latestConformanceVersionPassed = "v2025-04-14-00";
|
||||
#define QTR(a) #a
|
||||
#define TOSTR(b) QTR(b)
|
||||
static std::string driverVersion = TOSTR(NEO_OCL_DRIVER_VERSION);
|
||||
|
||||
@@ -155,7 +155,7 @@ TEST_F(DeviceGetCapsTest, WhenCreatingDeviceThenCapsArePopulatedCorrectly) {
|
||||
EXPECT_GT(caps.openclCAllVersions.size(), 0u);
|
||||
EXPECT_GT(caps.openclCFeatures.size(), 0u);
|
||||
EXPECT_EQ(caps.extensionsWithVersion.size(), 0u);
|
||||
EXPECT_STREQ("v2024-02-27-00", caps.latestConformanceVersionPassed);
|
||||
EXPECT_STREQ("v2025-04-14-00", caps.latestConformanceVersionPassed);
|
||||
|
||||
EXPECT_NE(nullptr, caps.spirVersions);
|
||||
EXPECT_NE(nullptr, caps.deviceExtensions);
|
||||
|
||||
Reference in New Issue
Block a user