mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-10 12:53:42 +08:00

clEnqueueSVMMemFill() is utilized by clEnqueueMemFillINTEL(). The latter may receive USM device pointers. If anyone passed such pointer then SEGMENTATION_FAULT would occur. Signed-off-by: Patryk Wrobel <patryk.wrobel@intel.com>