Searched refs:PtxCacheKey (Results 1 – 1 of 1) sorted by relevance
111 using PtxCacheKey = std::tuple<int, std::string, GpuAsmOpts::PtxOptionsTuple>; in CompileGpuAsmOrGetCached() typedef115 *new absl::flat_hash_map<PtxCacheKey, PtxCompilerResult>(); in CompileGpuAsmOrGetCached()118 PtxCacheKey cache_key{device_ordinal, std::string(ptx), in CompileGpuAsmOrGetCached()