commit | 639d9373d3e7fc2235c1299641be8e8484d87d62 | [log] [tgz] |
---|---|---|
author | Amit Patankar <amitpatankar@google.com> | Sat May 30 01:09:36 2020 -0700 |
committer | TensorFlower Gardener <gardener@tensorflow.org> | Sat May 30 01:13:30 2020 -0700 |
tree | 4544373316dce93cfa59b7fb94eeea0ef672bdce | |
parent | e2dfc382e6be58fff6ee6d0969f8925e531ac998 [diff] |
Fix a typo in configure. PiperOrigin-RevId: 313914447 Change-Id: Id55394dd29a51e96e448117c7435f057fe7b92ba
diff --git a/configure.py b/configure.py index 29c37f6..c2850be 100644 --- a/configure.py +++ b/configure.py
@@ -1038,7 +1038,7 @@ print('Invalid compute capability: %s' % compute_capability) all_valid = False else: - ver = int(m.group(2)) + ver = int(sm_compute_match.group(2)) if ver < 30: print( 'ERROR: TensorFlow only supports small CUDA compute'