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

[converter] map gather ops with contiguous indices to slice ops #184

Open
peterjc123 opened this issue Feb 21, 2023 · 0 comments
Open

[converter] map gather ops with contiguous indices to slice ops #184

peterjc123 opened this issue Feb 21, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@peterjc123
Copy link
Collaborator

peterjc123 commented Feb 21, 2023

Benefits:

  1. Slices might be slightly faster than indexing operations.
  2. STRIDED_SLICEs have wider support among various chips
@peterjc123 peterjc123 added the enhancement New feature or request label Feb 21, 2023
@peterjc123 peterjc123 changed the title [converter] optimize gather with contiguous indices to slices [converter] map gather ops with contiguous indices to slice ops Feb 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant