Update ggml-cuda.cu

Co-authored-by: Johannes Gäßler <johannesg@5d6.de>
This commit is contained in:
slaren 2023-12-24 12:12:08 +01:00 committed by GitHub
parent 5acc9e50f5
commit b9c5a6e74a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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<typename T>
struct cuda_pool_alloc {