Files
compute-runtime/runtime/command_queue/cpu_data_transfer_handler.cpp
Michal Mrozek d2df43d169 Fix a bug with cpu copy and simulation mode.
- if buffer was used on GPU it would be marked as non-updateable from CPU
- if we do CPU data transfer from the host, we however need to deliver data
to the buffer
- in such scenario mark such buffer for update in subsequent submissions.

Change-Id: Id3813c4193aa18917de117c61303fd6f62745abb
Signed-off-by: Michal Mrozek <michal.mrozek@intel.com>
2020-02-10 15:02:54 +01:00

8.4 KiB