mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-27 07:44:16 +08:00
- Fixed Memory Fill to use aligned allocations in Destination and Source buffer kernel arguments to ensure proper alignment of memory in the surface state. - Fixed patternSize == 1 case where simd size is > the size being written resulting in the inital kernel append with group count of 0 and the remainder kernel being executed incorrectly. - Fixed offset calculation in the remainder kernel to be based off of the aligned allocation offset. - Fixed memory overrun case where size < patternsize with the minimum size being used in the kernel. Change-Id: I39bd83b3a83ceb6df05d374238f85f7fdf0bd09a Signed-off-by: Spruit, Neil R <neil.r.spruit@intel.com>