daphne-eu / daphne

DAPHNE: An Open and Extensible System Infrastructure for Integrated Data Analysis Pipelines
Apache License 2.0
67 stars 62 forks source link

Add missing (local) kernel tests #730

Closed AlexRTer closed 5 months ago

AlexRTer commented 6 months ago

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/):

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

philipportner commented 5 months ago

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