-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gather(): Address indices validation and other algorithm nits (#642)
* gather(): Address indices validation and other algorithm nits * #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 #486 * Update index.bs Co-authored-by: Ningxin Hu <ningxin.hu@intel.com> * Add note about negative indices. fixes #484 * Update index.bs Co-authored-by: Dwayne Robinson <dwayner@microsoft.com> * Update index.bs Co-authored-by: Dwayne Robinson <dwayner@microsoft.com> * Fix grammar glitch --------- Co-authored-by: Ningxin Hu <ningxin.hu@intel.com> Co-authored-by: Dwayne Robinson <dwayner@microsoft.com>
- Loading branch information
1 parent
05b15b1
commit d846723
Showing
1 changed file
with
9 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters