From beb1c932b98db66d1c2aa98c0726120cda5f58b2 Mon Sep 17 00:00:00 2001 From: Kylin <56434533+KyL0N@users.noreply.github.com> Date: Sat, 20 Jan 2024 14:10:17 +0800 Subject: [PATCH] cuda: update comment in ggml-cuda.cu --- ggml-cuda.cu | 1 + 1 file changed, 1 insertion(+) diff --git a/ggml-cuda.cu b/ggml-cuda.cu index 0b917b734..5dcbb5328 100644 --- a/ggml-cuda.cu +++ b/ggml-cuda.cu @@ -115,6 +115,7 @@ #endif // defined(GGML_USE_HIPBLAS) +// ggml-cuda need half type so keep ggml headers include at last #include "ggml-cuda.h" #include "ggml.h" #include "ggml-backend-impl.h"