We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f11ab3c commit 57e2263Copy full SHA for 57e2263
ggml/src/ggml-cuda/unary.cu
@@ -1,4 +1,5 @@
1
#include "unary.cuh"
2
+#include "convert.cuh"
3
4
static __device__ __forceinline__ float op_abs(float x) {
5
return fabsf(x);
0 commit comments