We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a44a1d4 commit cccbca9Copy full SHA for cccbca9
ggml.c
@@ -160,7 +160,7 @@ inline static void* ggml_aligned_malloc(size_t size) {
160
#endif
161
#elif defined(GGML_USE_OPENBLAS)
162
#include <cblas.h>
163
-#elif defined(GGML_USE_CUBLAS)
+#elif defined(GGML_USE_CUBLAS) | defined(GGML_USE_HIPBLAS)
164
#include "ggml-cuda.h"
165
#elif defined(GGML_USE_CLBLAST)
166
#include "ggml-opencl.h"
@@ -18068,4 +18068,4 @@ int ggml_cpu_has_vsx(void) {
18068
18069
}
18070
18071
-////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
0 commit comments