Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/gpu/
Dasm_compiler.cc69 int64 vmaj, vmin, vdot; in WarnIfBadPtxasVersion() local
73 !absl::SimpleAtoi(vmaj_str, &vmaj) || in WarnIfBadPtxasVersion()
92 if (vmaj < 9) { in WarnIfBadPtxasVersion()
98 } else if (std::make_tuple(vmaj, vmin, vdot) < std::make_tuple(9, 2, 88)) { in WarnIfBadPtxasVersion()
100 << "*** WARNING *** You are using ptxas " << vmaj << "." << vmin << "." in WarnIfBadPtxasVersion()