Fix a typo in configure.

PiperOrigin-RevId: 313914447
Change-Id: Id55394dd29a51e96e448117c7435f057fe7b92ba
This commit is contained in:
Amit Patankar
2020-05-30 01:09:36 -07:00
committed by TensorFlower Gardener
parent e2dfc382e6
commit 639d9373d3

View File

@@ -1038,7 +1038,7 @@ def set_tf_cuda_compute_capabilities(environ_cp):
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'