mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-28 00:03:14 +08:00
refactor: fix typos
Signed-off-by: Jaroslaw Warchulski <jaroslaw.warchulski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
5c6ae48d17
commit
195bf66a49
@@ -1103,7 +1103,7 @@ bool CommandQueue::bufferCpuCopyAllowed(Buffer *buffer, cl_command_type commandT
|
||||
}
|
||||
|
||||
// non blocking transfers are not expected to be serviced by CPU
|
||||
// we do not want to artifically stall the pipeline to allow CPU access
|
||||
// we do not want to artificially stall the pipeline to allow CPU access
|
||||
if (blocking == CL_FALSE) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user