Files
llama.cpp-mtp-turboquant/ggml/src/ggml-cuda/fill.cuh
T
Jay Zenith 51e0c2d917 cuda : add FILL op support (#17851)
* cuda : add FILL op support

* cuda : add missing FILL op files
2025-12-08 21:10:12 +08:00

4 lines
99 B
Plaintext

#include "common.cuh"
void ggml_cuda_op_fill(ggml_backend_cuda_context & ctx, ggml_tensor * dst);