mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 12:23:05 +08:00
Remove device enqueue part 11
- remove templates from queue functions Related-To: NEO-6559 Signed-off-by: Katarzyna Cencelewska <katarzyna.cencelewska@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
f1a8bb821a
commit
3d9e1ea3a5
@@ -303,7 +303,7 @@ cl_int CommandQueue::getCommandQueueInfo(cl_command_queue_info paramName,
|
||||
size_t paramValueSize,
|
||||
void *paramValue,
|
||||
size_t *paramValueSizeRet) {
|
||||
return getQueueInfo<CommandQueue>(this, paramName, paramValueSize, paramValue, paramValueSizeRet);
|
||||
return getQueueInfo(this, paramName, paramValueSize, paramValue, paramValueSizeRet);
|
||||
}
|
||||
|
||||
uint32_t CommandQueue::getTaskLevelFromWaitList(uint32_t taskLevel,
|
||||
|
||||
Reference in New Issue
Block a user