cuda: update ggml-cuda.cu comment

This commit is contained in:
Kylin 2024-01-20 14:41:40 +08:00 committed by GitHub
parent beb1c932b9
commit 847019e39a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -115,7 +115,7 @@
#endif // defined(GGML_USE_HIPBLAS) #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-cuda.h"
#include "ggml.h" #include "ggml.h"
#include "ggml-backend-impl.h" #include "ggml-backend-impl.h"