Searched refs:vmaj (Results 1 – 1 of 1) sorted by relevance
69 int64 vmaj, vmin, vdot; in WarnIfBadPtxasVersion() local73 !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()