Skip to content

Commit d91f4f9

Browse files
committed
cuda : add FILL op support
1 parent 4d37262 commit d91f4f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ggml/src/ggml-cuda/ggml-cuda.cu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
#include "ggml-cuda/solve_tri.cuh"
5757
#include "ggml-cuda/tri.cuh"
5858
#include "ggml-cuda/cumsum.cuh"
59+
#include "ggml-cuda/fill.cuh"
5960
#include "ggml.h"
6061

6162
#include <algorithm>

0 commit comments

Comments
 (0)