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

Add support for vscale vector code generation. #6802

Merged
merged 5 commits into from
Jun 27, 2022
Merged

Add support for vscale vector code generation. #6802

merged 5 commits into from
Jun 27, 2022

Commits on Jun 6, 2022

  1. Add support for vscale vector code generation. Factored from the

    fixed_length_vectors branch to make PRs smaller and easier to review.
    
    This will be used to support the ARM SVE/SVE2 and RISC V Vector
    architectures.
    Z Stern committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    8686538 View commit details
    Browse the repository at this point in the history
  2. Formatting fixes.

    Z Stern committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    23d7f86 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7067e0c View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2022

  1. Change debug logging to an internal error. Added a comment with a TODO

    to record reasoning as we may need to change this if it fires in valid
    situations in the future.
    Z Stern committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    37ba1cf View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. Merge branch 'main' into vscale_vectors

    Z Stern committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    97ad47d View commit details
    Browse the repository at this point in the history