Subbuffer offsets on the Intel OpenCL platform.
OpenCL base buffer pointers allocated by the Intel OpenCL Platform are not aligned on device CL_DEVICE_MEM_BASE_ADDR_ALIGN
.
Thus the creation of subbuffers aligned such that (ptr + offset) % alignment == 0
fails.