mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-29 09:03:14 +08:00
When using FillBuffer builtin, use GPU address to patch (i.e. gpuAddress plus allocationOffset minus gpuBaseAddress) instead of gpuAddress. This change fixes a bug - possible abort due to huge difference between gpuAddress() and gpuAddressToPatch() values. Related-To: NEO-7973 Signed-off-by: Kacper Nowak <kacper.nowak@intel.com>