fix: Update CL_DEVICE_LATEST_CONFORMANCE_VERSION_PASSED value

Signed-off-by: Grzegorz Wawiorko <grzegorz.wawiorko@intel.com>
This commit is contained in:
Grzegorz Wawiorko
2024-03-11 17:00:13 +00:00
committed by Compute-Runtime-Automation
parent f797a8371b
commit 87f2357868
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ static std::string vendor = "Intel(R) Corporation";
static std::string profile = "FULL_PROFILE";
static std::string spirVersions = "1.2 ";
static std::string spirvName = "SPIR-V";
const char *latestConformanceVersionPassed = "v2023-05-16-00";
const char *latestConformanceVersionPassed = "v2024-02-27-00";
#define QTR(a) #a
#define TOSTR(b) QTR(b)
static std::string driverVersion = TOSTR(NEO_OCL_DRIVER_VERSION);