From b9c5a6e74ab90359ffc311f074cbd01317467a04 Mon Sep 17 00:00:00 2001 From: slaren Date: Sun, 24 Dec 2023 12:12:08 +0100 Subject: [PATCH] Update ggml-cuda.cu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Johannes Gäßler --- ggml-cuda.cu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ggml-cuda.cu b/ggml-cuda.cu index bdf7498ba..167bcf1c5 100644 --- a/ggml-cuda.cu +++ b/ggml-cuda.cu @@ -6749,7 +6749,7 @@ static void ggml_cuda_pool_free(void * ptr, size_t size) { #else #define ggml_cuda_pool_malloc ggml_cuda_pool_malloc_leg #define ggml_cuda_pool_free ggml_cuda_pool_free_leg -#endif +#endif // !defined(GGML_USE_HIPBLAS) template struct cuda_pool_alloc {