SparseLinearAlgebra/cuBool

Element-wise multiplication support for sparse boolean matrix and vector

EgorOrachyov opened this issue · 0 comments

  • cuBool_Matrix_EWiseMult(cuBool_Matrix result, cuBool_Matrix left, cuBool_Matrix right, cuBool_Hints hints)
  • cuBool_Vector_EWiseMult(cuBool_Vector result, cuBool_Vector left, cuBool_Vector right, cuBool_Hints hints)
  • Matrix.ewisemult(other, out, check_time)
  • Vector.ewisemult(other, out, check_time)