mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 18:37:46 +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>