Martmists-GH / Martmists-GH/ndarray.simd
Rework xsimd impl to use aligned load/store
Open
Nobody has claimed this yet.
enhancement
good first issue
help wanted
- Dominant language
- Kotlin
- Stars
- 12
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Unsure how to handle when A and B aren't aligned, might need custom handling. In some cases it might also not be possible to use alignment. Worth looking into.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the xsimd implementation in the repository and reviewing how its loads and stores currently handle alignment. Determine the behavior needed when A and B are not aligned or alignment is unavailable; done means the implementation uses aligned load/store where valid and has defined handling for the remaining cases.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin
- Domain
- data, performance
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100