mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-26 23:33:20 +08:00
appendMemoryCopy has wait events since v1.0, so add the corresponding support. Other copy operations were missing passing this in the entry points, but already had support internally. Also, rename some variables for consistency. Also, remove signal event from appendMemoryCopyBlit since it is not used. Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>