Update ggml-cuda.cu
Co-authored-by: Johannes Gäßler <johannesg@5d6.de>
This commit is contained in:
parent
5acc9e50f5
commit
b9c5a6e74a
1 changed files with 1 additions and 1 deletions
|
@ -6749,7 +6749,7 @@ static void ggml_cuda_pool_free(void * ptr, size_t size) {
|
||||||
#else
|
#else
|
||||||
#define ggml_cuda_pool_malloc ggml_cuda_pool_malloc_leg
|
#define ggml_cuda_pool_malloc ggml_cuda_pool_malloc_leg
|
||||||
#define ggml_cuda_pool_free ggml_cuda_pool_free_leg
|
#define ggml_cuda_pool_free ggml_cuda_pool_free_leg
|
||||||
#endif
|
#endif // !defined(GGML_USE_HIPBLAS)
|
||||||
|
|
||||||
template<typename T>
|
template<typename T>
|
||||||
struct cuda_pool_alloc {
|
struct cuda_pool_alloc {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue