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

Convert Buffer<> usage in test/generators to use static dimensions #6592

Merged
merged 5 commits into from
Jan 31, 2022

Commits on Jan 27, 2022

  1. Various fixes to static-dimensioned Buffer

    - Buffer needed to make some methods constexpr, and also had a broken return value for `as<>()`
    - Various templated methods needed to add `int Dims` as a parameter
    - Generator::add_input() and add_output() needed specializations for static-buffer types
    - sliced() and embedded() should use the default values for InClassDimStorage
    - halide_image_io should use a named constant
    steven-johnson committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    b38343e View commit details
    Browse the repository at this point in the history
  2. Convert Buffer<> usage in test/generators to use static dimensions

    ...where it seems sensible to do so, that is.
    
    (also test/integration since it's small)
    steven-johnson committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    a6837d8 View commit details
    Browse the repository at this point in the history
  3. Update Generator.h

    steven-johnson committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    79dcb45 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9cf997f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3dc83e2 View commit details
    Browse the repository at this point in the history