We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be021f6 commit 6aec435Copy full SHA for 6aec435
common/common.cpp
@@ -60,10 +60,6 @@
60
#define GGML_USE_CUDA_SYCL_VULKAN
61
#endif
62
63
-#if (defined(GGML_USE_CUDA) || defined(GGML_USE_SYCL)) || defined(GGML_USE_CANN)
64
-#define GGML_USE_CUDA_SYCL_CANN
65
-#endif
66
-
67
#if defined(LLAMA_USE_CURL)
68
#ifdef __linux__
69
#include <linux/limits.h>
ggml/include/ggml-cann.h
@@ -145,4 +145,4 @@ void ggml_cann_backend_free(void);
145
146
#ifdef __cplusplus
147
}
148
+#endif
0 commit comments