diff --git a/sycl/doc/extensions/experimental/sycl_ext_oneapi_bindless_images.asciidoc b/sycl/doc/extensions/experimental/sycl_ext_oneapi_bindless_images.asciidoc index 0c6a8d27f5577..3575b054538fb 100644 --- a/sycl/doc/extensions/experimental/sycl_ext_oneapi_bindless_images.asciidoc +++ b/sycl/doc/extensions/experimental/sycl_ext_oneapi_bindless_images.asciidoc @@ -534,7 +534,9 @@ void *pitched_alloc_device(size_t *resultPitch, This function will allocate a memory region aimed to be used for two-dimensional images. It allocates memory that is guaranteed to -adhere to the device's alignment requirements for USM images. +adhere to the device's alignment requirements for USM images. E.g., +for Level Zero and OpenCL, the USM base pointer is aligned to the +number of pixels. If the user does not wish to use `pitched_alloc_device` to allocate two-dimensional USM images, but prefers to use another USM allocation