mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-09 22:43:00 +08:00
fix: Update CL_DEVICE_LATEST_CONFORMANCE_VERSION_PASSED value
Signed-off-by: Wawiorko, Grzegorz <grzegorz.wawiorko@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
79d600d767
commit
45187fe714
@@ -30,7 +30,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 = "v2022-04-22-00";
|
||||
const char *latestConformanceVersionPassed = "v2023-05-16-00";
|
||||
#define QTR(a) #a
|
||||
#define TOSTR(b) QTR(b)
|
||||
static std::string driverVersion = TOSTR(NEO_OCL_DRIVER_VERSION);
|
||||
|
||||
Reference in New Issue
Block a user