From 99789c61095e8fa27ff866c88848a71a4bf61e0e Mon Sep 17 00:00:00 2001 From: patientx Date: Fri, 30 Aug 2024 12:19:50 +0300 Subject: [PATCH] Update cuda_malloc.py --- cuda_malloc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cuda_malloc.py b/cuda_malloc.py index 595af2ffe..ead07a628 100644 --- a/cuda_malloc.py +++ b/cuda_malloc.py @@ -62,8 +62,8 @@ def cuda_malloc_supported(): for b in blacklist: if b in x: return False - return True -#returned to older version. + return False +#We don't need malloc at all with amd gpu's. So disabling all together. if not args.cuda_malloc: