For elemwise, remove duplication indexing when some inputs have the same strides patterns
Open
Optimization
- Dominant language
- Python
- Stars
- 59
- Forks
- 22
- PR merge metrics
- No merged PRs in 30d
Description
If we add 3 tensor and 2 of them are c contiguous but not the last, it seam wasteful to compute the index 2 times for each c contiguous array.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.