Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dnvptx_compiler.cc372 auto ptxas_config = PtxOptsFromConfig(hlo_module_config); in CompileGpuAsmOrGetCachedResult() local
374 ptxas_config.extra_flags.push_back("-c"); in CompileGpuAsmOrGetCachedResult()
377 stream_exec->device_ordinal(), cache_ptx->c_str(), ptxas_config); in CompileGpuAsmOrGetCachedResult()