Skip to content

[BUG] Discrepancy Between OpenCL and Host #623

@EJainDev

Description

@EJainDev

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:

  1. That's a major issue on 64-bit platforms. Do we want 4-byte or 8-byte offsets, strides, and lengths?
  2. Unsigned/signed mismatch. Do we want negative offset or negative strides or only positive?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions