Better support for unaligned shapes
Open
- Dominant language
- Python
- Stars
- 59
- Forks
- 32
- PR merge metrics
- No merged PRs in 30d
Description
Currently, we are always generate masked ops if we cannot prove shapes are aligned. Instead we can specialize kernel body for happy case and the edges and switch between them based on WG ids.
Contributor guide
Assessment
This issue has not been assessed yet.