commit | 6313548a1f3e786affe88092ed0021676f03c0bf | [log] [tgz] |
---|---|---|
author | P Sudeepam <sudeepam.pandey@gmail.com> | Fri Feb 15 22:46:42 2019 +0530 |
committer | P Sudeepam <sudeepam.pandey@gmail.com> | Tue Feb 19 14:46:38 2019 +0530 |
tree | af890b08737c172b0f08d22cc99d640b449a7c06 | |
parent | d910c0289b1be262b822fcfec6bedfab575d401e [diff] [blame] |
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: