51e0c2d917
* cuda : add FILL op support * cuda : add missing FILL op files
4 lines
99 B
Plaintext
4 lines
99 B
Plaintext
#include "common.cuh"
|
|
|
|
void ggml_cuda_op_fill(ggml_backend_cuda_context & ctx, ggml_tensor * dst);
|