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.
This PR adds tests for some kernels that have been missing so far. They test both
DenseMatrix
as well as the genericMatrix
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.