Searched refs:PtxasPath (Results 1 – 1 of 1) sorted by relevance
436 Expected<std::string> PtxasPath = findProgram("ptxas", {CudaBinaryPath}); in assemble() local437 if (!PtxasPath) in assemble()438 return PtxasPath.takeError(); in assemble()450 CmdArgs.push_back(*PtxasPath); in assemble()468 if (Error Err = executeCommands(*PtxasPath, CmdArgs)) in assemble()