feature: update cl_intel_unified_shared_memory to revision 1.2

Related-To: NEO-15644

Signed-off-by: Ben Ashbaugh <ben.ashbaugh@intel.com>
This commit is contained in:
Ben Ashbaugh
2025-07-24 02:41:57 +00:00
committed by Compute-Runtime-Automation
parent e999c352ca
commit 3f1f3697ba
4 changed files with 5 additions and 5 deletions

View File

@@ -156,7 +156,7 @@ cl_version getOclCExtensionVersion(std::string name, cl_version defaultVer) {
if (name.compare("cl_khr_integer_dot_product") == 0) {
return CL_MAKE_VERSION(2u, 0, 0);
} else if (name.compare("cl_intel_unified_shared_memory") == 0) {
return CL_MAKE_VERSION(1u, 1u, 0);
return CL_MAKE_VERSION(1u, 2u, 0);
} else if (name.compare("cl_khr_external_memory") == 0) {
return CL_MAKE_VERSION(0, 9u, 1u);
} else {