mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-28 16:48:45 +08:00
Prevent accessing local memory from the host. Create an array on stack with desired value and pass it to filling function. 175x faster call execution for scenario with profiling and device events. Signed-off-by: Michal Mrozek <michal.mrozek@intel.com>