Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing (local) kernel tests #730

Merged
merged 3 commits into from
Jun 10, 2024

Conversation

AlexRTer
Copy link
Collaborator

This PR adds tests for some kernels that have been missing so far. They test both DenseMatrix as well as the generic Matrix types.
Specifically, this refers to the following kernels (src/runtime/local/kernels/):

  • CondMatMatMat
  • CondMatMatSca
  • CondMatScaMat
  • CondMatScaSca
  • Fill (only had a CUDA test)
  • SemiJoin

There was also a small typo in the struct names of two Cond* kernels that have been fixed.

@philipportner philipportner self-requested a review May 21, 2024 07:17
@philipportner philipportner merged commit 84906a8 into daphne-eu:main Jun 10, 2024
2 checks passed
@philipportner
Copy link
Collaborator

LGTM, I merged the changes. Thanks for the tests @AlexRTer !

@AlexRTer AlexRTer deleted the missing-tests branch June 25, 2024 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants