7 #include "../matrix/data.hpp"
8 #include "../matrix/part_descriptor.hpp"
10 #include <raft/core/comms.hpp>
11 #include <raft/core/handle.hpp>
24 cudaStream_t* streams,
31 cudaStream_t* streams,
38 cudaStream_t* streams,
45 cudaStream_t* streams,
void colNorm2NoSeq(const raft::handle_t &handle, Matrix::Data< double > &out, const std::vector< Matrix::Data< double > * > &in, const Matrix::PartDescriptor &inDesc, cudaStream_t *streams, int n_streams)
void colNorm2(const raft::handle_t &handle, Matrix::Data< double > &out, const std::vector< Matrix::Data< double > * > &in, const Matrix::PartDescriptor &inDesc, cudaStream_t *streams, int n_streams)
performs MNMG Least squares calculation.
Definition: comm_utils.h:11
This is a helper wrapper around the multi-gpu data blocks owned by a worker. It's design is NOT final...
Definition: data.hpp:18
Definition: part_descriptor.hpp:40