Fix compilation error with clang.
Link to breaking CI build: https://ci.tensorflow.org/view/Nightly/job/nightly-matrix-linux-gpu-clang/232 PiperOrigin-RevId: 189944547
This commit is contained in:
parent
7a60167ba7
commit
cbede3ea75
@ -147,7 +147,7 @@ int main(int argc, char** argv) {
|
||||
tensorflow::string session_id =
|
||||
tensorflow::tpu::GetCurrentTimeStampAsString();
|
||||
constexpr char kProfilePluginDirectory[] = "plugins/profile/";
|
||||
string repository_root =
|
||||
tensorflow::string repository_root =
|
||||
::tensorflow::io::JoinPath(FLAGS_logdir, kProfilePluginDirectory);
|
||||
while (true) {
|
||||
std::cout << "Starting to profile TPU traces for " << duration_ms << " ms. "
|
||||
|
Loading…
Reference in New Issue
Block a user