Searched refs:gpu_archs (Results 1 – 1 of 1) sorted by relevance
11206 std::vector<std::string> gpu_archs = in ConstructJob() local11208 assert(gpu_archs.size() == 1 && "Exactly one GPU Arch required for ptxas."); in ConstructJob()11209 const std::string& gpu_arch = gpu_archs[0]; in ConstructJob()