Skip to content

Commit 57e2263

Browse files
committed
Missing convert header
1 parent f11ab3c commit 57e2263

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ggml/src/ggml-cuda/unary.cu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#include "unary.cuh"
2+
#include "convert.cuh"
23

34
static __device__ __forceinline__ float op_abs(float x) {
45
return fabsf(x);

0 commit comments

Comments
 (0)