modify the if condition that sets the warning flag for compute capabilities
diff --git a/configure.py b/configure.py
index e4788eb..7314b7a 100644
--- a/configure.py
+++ b/configure.py
@@ -1308,7 +1308,7 @@
         if ver < 3:
           print('Only compute capabilities 3.0 or higher are supported.')
           all_valid = False
-        elif float(compute_capability) < 3.5:
+        elif warning_flag = False and float(compute_capability) < 3.5:
           warning_flag = True
 
     if warning_flag: