mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-20 17:00:59 +08:00
Fix typos:
preffered -> preferred deffered -> deferred Change-Id: I1b87861590c273d7fcda5bf0c5a772bf36e1bc74 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
c43759cc48
commit
c6239968a5
@@ -603,7 +603,7 @@ bool CommandQueue::bufferCpuCopyAllowed(Buffer *buffer, cl_command_type commandT
|
||||
}
|
||||
|
||||
//check if it is beneficial to do transfer on CPU
|
||||
if (!buffer->isReadWriteOnCpuPreffered(ptr, size, getDevice())) {
|
||||
if (!buffer->isReadWriteOnCpuPreferred(ptr, size, getDevice())) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user