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

gather(): Address indices validation and other algorithm nits #642

Merged
merged 9 commits into from
Apr 16, 2024

Commits on Apr 8, 2024

  1. gather(): Address indices validation and other algorithm nits

    * webmachinelearning#486 points out that indices can't be validated at build-time,
        and clamping behavior with an implementation note is given
        instead.
    
    * Fix a typo in the steps.
    
    * Replace several map-like iterations over lists with list iteration.
    
    Fixes webmachinelearning#486
    inexorabletash committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    233fad9 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Update index.bs

    Co-authored-by: Ningxin Hu <ningxin.hu@intel.com>
    inexorabletash and huningxin committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    c0d3469 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    446bc77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    399a678 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    c538859 View commit details
    Browse the repository at this point in the history
  2. Update index.bs

    Co-authored-by: Dwayne Robinson <dwayner@microsoft.com>
    inexorabletash and fdwr committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    89e59f3 View commit details
    Browse the repository at this point in the history
  3. Update index.bs

    Co-authored-by: Dwayne Robinson <dwayner@microsoft.com>
    inexorabletash and fdwr committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    24ba126 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    500211d View commit details
    Browse the repository at this point in the history
  5. Fix grammar glitch

    inexorabletash committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    cc0cf8a View commit details
    Browse the repository at this point in the history