Searched refs:ptx_cache_mutex (Results 1 – 1 of 1) sorted by relevance
113 static tensorflow::mutex ptx_cache_mutex(tensorflow::LINKER_INITIALIZED); in CompileGpuAsmOrGetCached() local114 static auto& ptx_cache TF_GUARDED_BY(ptx_cache_mutex) = in CompileGpuAsmOrGetCached()117 tensorflow::mutex_lock lock(ptx_cache_mutex); in CompileGpuAsmOrGetCached()