[FEA] Expose raft::linalg::dot
through public API
#805
Labels
feature request
New feature or request
raft::linalg::dot
through public API
#805
Currently, the cublas
dot()
API is being hidden indetail
but this is something that would be useful to expose through our linear algebra public API functions to facade users downstream away from the implementations and provide them a more consistent API vocabulary.We should wrap the cublas
dot()
functions in theraft::linalg
namespace.cc @akifcorduk @katrinescheel
The text was updated successfully, but these errors were encountered: