"Big" offsets are ignored

Hey Guys,
I’m using the C++ Bindings for OpenCL 1.1 for a nVidia graphics card and I’m trying to use offsets when call queue.enqueueNDRangeKernel(…). It works for cl::NDRange(156, 160) but none of both may be bigger - if so both offsets will be 0. Does someone know a reason for this?

Is the only workaround passing another parameter describing the offset?

Thanks in advance,

  • fodinabor