Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCuda.cpp170 if (llvm::ErrorOr<std::string> ptxas = in CudaInstallationDetector() local
173 llvm::sys::fs::real_path(*ptxas, ptxasAbsolutePath); in CudaInstallationDetector()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.td374 // just like the non ".rn" op, but prevents ptxas from creating FMAs.
1168 // ptxas does not have hex representation for fp16, so we can't use
3848 // Emit an `exit` as well to convey to ptxas that `trap` exits the CFG.
3849 // This won't be necessary in a future version of ptxas.
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1038 def Xcuda_ptxas : Separate<["-"], "Xcuda-ptxas">,
1039 HelpText<"Pass <arg> to the ptxas assembler">, MetaVarName<"<arg>">,
1332 HelpText<"Enable device-side debug info generation. Disables ptxas optimizations.">;
1341 def ptxas_path_EQ : Joined<["--"], "ptxas-path=">, Group<i_Group>,
1342 HelpText<"Path to ptxas (used for compiling CUDA code)">;