mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-11 16:45:25 +08:00
Add preview to Unified Shared Memory extension name.
Change-Id: I1fba3b275a280823abc9f57ed76c130bfa5f44a9 Signed-off-by: Mrozek, Michal <michal.mrozek@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
026f06cc50
commit
3528179434
@@ -135,7 +135,7 @@ void Device::initializeCaps() {
|
||||
}
|
||||
|
||||
if (enabledClVersion >= 20) {
|
||||
deviceExtensions += "cl_khr_mipmap_image cl_khr_mipmap_image_writes cl_intel_unified_shared_memory ";
|
||||
deviceExtensions += "cl_khr_mipmap_image cl_khr_mipmap_image_writes cl_intel_unified_shared_memory_preview ";
|
||||
}
|
||||
|
||||
if (DebugManager.flags.EnableNV12.get()) {
|
||||
|
||||
Reference in New Issue
Block a user