From 25c54774b01687fc2cab9579874f8ebd4096791c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lorenz=20H=C3=BCdepohl?= <dev@stellardeath.org>
Date: Thu, 23 Sep 2021 13:41:15 +0200
Subject: [PATCH] Support for CUDA 11.4

---
 mpcdf_common.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/mpcdf_common.py b/mpcdf_common.py
index 5e5f94f..1604aa7 100644
--- a/mpcdf_common.py
+++ b/mpcdf_common.py
@@ -264,6 +264,8 @@ def valid_cuda(cuda, compiler):
         return compiler == "gcc_9"
     if cuda == "cuda_11_2":
         return compiler == "gcc_10"
+    if cuda == "cuda_11_4":
+        return compiler == "gcc_11"
     return False
 
 
-- 
GitLab