Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gpu: ocl: add dim_t type for offset calculations
The new `dim_t` type can be used for offset calculations. Some control of this type is enabled via `kernel_ctx::require_32_bit_offset()` for use on small problems on hardware without native 64 bit arithmetic.
- Loading branch information