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