Skip to content

rusticl/memory: do not verify pitch for IMAGE1D_BUFFER

Devices might report an image_pitch_alignment of 0 leading to a division by 0 trap.

Fixes: 06daa03c ("rusticl: Implement spec for cl_khr_image2d_from_buffer")

Merge request reports