"vscode:/vscode.git/clone" did not exist on "4d30cab4774e13f8eea1c733ada5419833b28e16"
sumrows.cuh 213 Bytes
Newer Older
xuxzh1's avatar
init  
xuxzh1 committed
1
2
#include "common.cuh"

xuxzh1's avatar
update  
xuxzh1 committed
3
4
void sum_rows_f32_cuda(const float * x, float * dst, const int ncols, const int nrows, cudaStream_t stream);

xuxzh1's avatar
init  
xuxzh1 committed
5
void ggml_cuda_op_sum_rows(ggml_backend_cuda_context & ctx, ggml_tensor * dst);