-
-
Notifications
You must be signed in to change notification settings - Fork 209
Open
Labels
Description
The host API uses size_t for all numerical input parameters but the OpenCL API uses int. I noticed when seeing what issue #558 was referring to. Some problems with this:
- That's a major issue on 64-bit platforms. Do we want 4-byte or 8-byte offsets, strides, and lengths?
- Unsigned/signed mismatch. Do we want negative offset or negative strides or only positive?