Fixing bad #elif MACRO
PiperOrigin-RevId: 315752125 Change-Id: Ia414b2de5e78c57160b9ffa3e62a5b5f7fe8420f
This commit is contained in:
parent
ed57b30415
commit
e47873165f
@ -358,7 +358,7 @@ Status TPUCompileOpKernelCommon::CompileTFFunctionToHlo(
|
|||||||
"termination is to ensure a consistent state. If your job "
|
"termination is to ensure a consistent state. If your job "
|
||||||
"does not restart, modify the retries allowed. See "
|
"does not restart, modify the retries allowed. See "
|
||||||
"b/71383512.";
|
"b/71383512.";
|
||||||
#elif
|
#else
|
||||||
LOG(ERROR) << "Restarting TPU host due to cancelled compilation.";
|
LOG(ERROR) << "Restarting TPU host due to cancelled compilation.";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user