Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/gpu/
Dasm_compiler.cc111 using PtxCacheKey = std::tuple<int, std::string, GpuAsmOpts::PtxOptionsTuple>; in CompileGpuAsmOrGetCached() typedef
115 *new absl::flat_hash_map<PtxCacheKey, PtxCompilerResult>(); in CompileGpuAsmOrGetCached()
118 PtxCacheKey cache_key{device_ordinal, std::string(ptx), in CompileGpuAsmOrGetCached()