aa064b2eb7
* CUDA: add mean operation * add back sum_rows_f32_cuda * Review: early exit if col!=0
4 lines
99 B
Plaintext
4 lines
99 B
Plaintext
#include "common.cuh"
|
|
|
|
void ggml_cuda_op_mean(ggml_backend_cuda_context & ctx, ggml_tensor * dst);
|