Add Kokkos tests to CI
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 167
- Forks
- 31
- PR merge metrics
- No merged PRs in 30d
Description
@mhoemmen @fnrizzi
CI only builds and tests stdBLAS with Kokkos disabled (see .github/workflows/cmake.yml). Enabling Kokkos tests and dispatch by adding LINALG_ENABLE_KOKKOS=ON variant would guard us better against new PRs breaking existing things.
Note: it might be worth testing the dispatch with
LINALG_ENABLE_KOKKOS_DEFAULTenabled and disabled.
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 with .github/workflows/cmake.yml around line 86 and inspect the existing stdBLAS build and test variants. Add the LINALG_ENABLE_KOKKOS=ON variant and determine how to cover dispatch with LINALG_ENABLE_KOKKOS_DEFAULT both enabled and disabled; done means these Kokkos tests run in CI for new pull requests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cmake, cpp, github-actions
- Domain
- build-system, ci-cd, testing
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100