cuda : add FILL op support (#17851)

* cuda : add FILL op support

* cuda : add missing FILL op files
This commit is contained in:
Jay Zenith
2025-12-08 21:10:12 +08:00
committed by GitHub
parent 37a4f63244
commit 51e0c2d917
3 changed files with 45 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
#include "common.cuh"
void ggml_cuda_op_fill(ggml_backend_cuda_context & ctx, ggml_tensor * dst);