OpenCL Queue Families extension 2/n

Disable CL_QUEUE_CAPABILITY_KERNEL_INTEL capability for copy queues

Signed-off-by: Maciej Dziuban <maciej.dziuban@intel.com>
Related-To: NEO-5120
This commit is contained in:
Maciej Dziuban
2020-11-24 14:49:04 +00:00
committed by Compute-Runtime-Automation
parent 438ad860ab
commit 2184ba7ec8
7 changed files with 88 additions and 3 deletions

View File

@ -34,6 +34,8 @@ class MockClDevice : public ClDevice {
using ClDevice::driverInfo;
using ClDevice::enabledClVersion;
using ClDevice::getClDeviceName;
using ClDevice::getQueueFamilyCapabilities;
using ClDevice::getQueueFamilyCapabilitiesAll;
using ClDevice::initializeCaps;
using ClDevice::name;
using ClDevice::ocl21FeaturesEnabled;