7 #ifndef _MGCPP_KERNELS_MGBLAS_HELPERS_HPP_ 8 #define _MGCPP_KERNELS_MGBLAS_HELPERS_HPP_ 10 #include <mgcpp/kernels/bits/fill.cuh> 16 template <
typename Type>
19 template <
typename From,
typename To>
Definition: adapter_base.hpp:12
BOOST_OUTCOME_V2_NAMESPACE::std_result< R > result
Definition: outcome.hpp:8
outcome::result< void > mgblas_fill(Type *arr, Type value, size_t n)
outcome::result< void > mgblas_convert_copy(From const *from, To *to, size_t n)