mirror of
https://github.com/zebrajr/tensorflow.git
synced 2026-01-15 12:15:41 +00:00
Fix a typo in configure.
PiperOrigin-RevId: 313914447 Change-Id: Id55394dd29a51e96e448117c7435f057fe7b92ba
This commit is contained in:
committed by
TensorFlower Gardener
parent
e2dfc382e6
commit
639d9373d3
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user