mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-20 08:53:55 +08:00
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:
committed by
Compute-Runtime-Automation
parent
e999c352ca
commit
3f1f3697ba
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user