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"