Kokkos std algorithms
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- C++
- Stars
- 96
- Forks
- 29
- Avg merge
- 3d 3h
- Merged PRs (30d)
- 1
Description
Can replace `std::shuffle`, etc. and run on device. Likely important for very large problems
Similar in spirit, but separate from #22 (most of those don't use std algorithms)
Contributor guide
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
No files, tests, or entry points are named. Start by locating the existing std::shuffle and related standard-algorithm uses, then review how they relate to Kokkos device execution and compare the separate scope described relative to issue #22. Done should mean the relevant standard algorithms can run on the device for large problems.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- performance
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100