Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

halide.imageio needs to support arbitrary bufferviews #7137

Merged
merged 3 commits into from
Oct 31, 2022

Commits on Oct 31, 2022

  1. halide.imageio needs to support arbitrary bufferviews

    As written, the helper code assumed that everything passed in was a numpy array of some sort; this meant that passing hl.Buffer didn't work. Restructured so that we only assume that the objects passed in satisfies the Python buffer protocol, so this should now work very generically.
    steven-johnson committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    104fe80 View commit details
    Browse the repository at this point in the history
  2. Update imageio.py

    steven-johnson committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    b7088c2 View commit details
    Browse the repository at this point in the history
  3. More fixes

    steven-johnson committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    e263b5c View commit details
    Browse the repository at this point in the history