kokkos / kokkos/stdBLAS

Add Kokkos tests to CI

Open
#171 1 comment 1 reaction 0 assignees View on GitHub

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_DEFAULT enabled and disabled.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.