Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dgpu_compiler.cc1302 std::string ptx_snippets; in CompileToTargetBinary() local
1309 ptx_snippets += result.first; in CompileToTargetBinary()
1310 ptx_snippets += "\n"; in CompileToTargetBinary()
1324 return std::make_pair(ptx_snippets, std::move(*maybe_backend_result)); in CompileToTargetBinary()