From 66720813ff5e350416deb88a50bebadb028d9a5f Mon Sep 17 00:00:00 2001 From: patientx Date: Fri, 16 Aug 2024 00:55:30 +0300 Subject: [PATCH] Update cuda_malloc.py --- cuda_malloc.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cuda_malloc.py b/cuda_malloc.py index eb2857c5f..11bf7c039 100644 --- a/cuda_malloc.py +++ b/cuda_malloc.py @@ -60,7 +60,8 @@ def cuda_malloc_supported(): for b in blacklist: if b in x: return False - return True + return False +#We don't need malloc at all with amd gpu's. So disabling all together. if not args.cuda_malloc: