Automated rollback of change 142614852
Change: 142647790
This commit is contained in:
parent
ce81a595c7
commit
22cbeb7e0b
@ -124,8 +124,7 @@ def tf_copts():
|
||||
return (["-DEIGEN_AVOID_STL_ARRAY",
|
||||
"-Iexternal/gemmlowp",
|
||||
"-Wno-sign-compare",
|
||||
"-fno-exceptions",
|
||||
"-DGEMMLOWP_ALLOW_SLOW_SCALAR_FALLBACK",] +
|
||||
"-fno-exceptions"] +
|
||||
if_cuda(["-DGOOGLE_CUDA=1"]) +
|
||||
if_android_arm(["-mfpu=neon"]) +
|
||||
if_x86(["-msse4.1"]) +
|
||||
@ -134,6 +133,7 @@ def tf_copts():
|
||||
"-std=c++11",
|
||||
"-DTF_LEAN_BINARY",
|
||||
"-O2",
|
||||
"-DGEMMLOWP_ALLOW_SLOW_SCALAR_FALLBACK",
|
||||
],
|
||||
"//tensorflow:darwin": [],
|
||||
"//tensorflow:windows": [
|
||||
|
Loading…
Reference in New Issue
Block a user