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: