mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-11 08:07:19 +08:00
OpenCL Queue Families extension 7/n
Update enum values to official ones Delete redundant CL_DEVICE_NUM_QUEUE_FAMILIES_INTEL Rename CL_QUEUE_CAPABILITY_ALL_INTEL to CL_QUEUE_DEFAULT_CAPABILITIES_INTEL Add capabilities for cross queue events and single queue events Add capabilities for buffer to image and image to buffer transfers Signed-off-by: Maciej Dziuban <maciej.dziuban@intel.com> Related-To: NEO-5120
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
05ab806126
commit
384e47f438
@@ -375,7 +375,7 @@ void ClDevice::initializeCaps() {
|
||||
}
|
||||
} else {
|
||||
cl_queue_family_properties_intel properties;
|
||||
properties.capabilities = CL_QUEUE_CAPABILITY_ALL_INTEL;
|
||||
properties.capabilities = CL_QUEUE_DEFAULT_CAPABILITIES_INTEL;
|
||||
properties.count = 1;
|
||||
properties.properties = deviceInfo.queueOnHostProperties;
|
||||
deviceInfo.queueFamilyProperties.push_back(properties);
|
||||
|
||||
Reference in New Issue
Block a user