Home
last modified time | relevance | path

Searched refs:warning_done (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dnvptx_compiler.cc405 static std::atomic<bool> warning_done(false); in CompileGpuAsmOrGetCachedResult() local
406 bool log_warning = !warning_done.exchange(true); in CompileGpuAsmOrGetCachedResult()