* dsv4 hc-ops * add missing files; * add cparams * update rpc version * address review comments * address review comments
7 lines
292 B
Plaintext
7 lines
292 B
Plaintext
#include "common.cuh"
|
|
#include "ggml.h"
|
|
|
|
void ggml_cuda_op_dsv4_hc_comb(ggml_backend_cuda_context & ctx, ggml_tensor * dst);
|
|
void ggml_cuda_op_dsv4_hc_pre(ggml_backend_cuda_context & ctx, ggml_tensor * dst);
|
|
void ggml_cuda_op_dsv4_hc_post(ggml_backend_cuda_context & ctx, ggml_tensor * dst);
|