mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-26 07:00:17 +08:00
Store ClDevice in DispatchInfo
Related-To: NEO-5001 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
b848f20abc
commit
97119f5f3e
@@ -96,6 +96,10 @@ Device &DeviceQueue::getDevice() {
|
||||
return device->getDevice();
|
||||
}
|
||||
|
||||
ClDevice *DeviceQueue::getClDevice() const {
|
||||
return device;
|
||||
}
|
||||
|
||||
cl_int DeviceQueue::getCommandQueueInfo(cl_command_queue_info paramName,
|
||||
size_t paramValueSize, void *paramValue,
|
||||
size_t *paramValueSizeRet) {
|
||||
|
||||
Reference in New Issue
Block a user