CUDA.rules ファイルのコマンドラインは次のとおりです。
echo [CompilerPath] [Keep] [CInterleavedPTX] [ExtraNvccOptions] [Arch] -ccbin "$(VCInstallDir)bin" [Emulation] [FastMath] [Defines] -Xcompiler "/EHsc [警告] /nologo [最適化] /Zi [ RuntimeChecks] [Runtime] [TypeInfo] [ExtraCppOptions]" [Include] [MaxRegCount] [PtxAsOptionV] [NvccCompilation] "$(InputPath)"
[CompilerPath] [Keep] [CInterleavedPTX] [ExtraNvccOptions] [Arch] -ccbin "$(VCInstallDir)bin" [Emulation] [FastMath] [Defines] -Xcompiler "/EHsc [警告] /nologo [最適化] /Zi [RuntimeChecks] ] [Runtime] [TypeInfo] [ExtraCppOptions]" [Include] [MaxRegCount] [ptxasoptionv] [NvccCompilation] "$(InputPath)""
最初のコマンドの前に「echo」が付いていることを除いて、(私が見る限り)同一の2つのコマンドを示しているため、明確にするために行を入れました。これの目的を知っている人はいますか?
ありがとう