Searched refs:warning_done (Results 1 – 1 of 1) sorted by relevance
405 static std::atomic<bool> warning_done(false); in CompileGpuAsmOrGetCachedResult() local406 bool log_warning = !warning_done.exchange(true); in CompileGpuAsmOrGetCachedResult()