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: