mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
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:

committed by
Compute-Runtime-Automation

parent
438ad860ab
commit
2184ba7ec8
@ -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;
|
||||
|
Reference in New Issue
Block a user