This lets you build with one CUDA installation but use ptxas from
another install.
This is useful e.g. if you want to avoid bugs in an old ptxas without
actually upgrading wholesale to a newer CUDA version.
Paths
| Differential D27788
[CUDA] Add --ptxas-path= flag. ClosedPublic Authored by jlebar on Dec 14 2016, 5:25 PM.
Details Summary This lets you build with one CUDA installation but use ptxas from This is useful e.g. if you want to avoid bugs in an old ptxas without
Diff Detail
Event Timelinejlebar updated this object. This revision is now accepted and ready to land.Dec 15 2016, 9:42 AM Closed by commit rL289847: [CUDA] Add --ptxas-path= flag. (authored by jlebar). · Explain WhyDec 15 2016, 10:55 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 81620 cfe/trunk/include/clang/Driver/Options.td
cfe/trunk/lib/Driver/Tools.cpp
cfe/trunk/test/Driver/cuda-ptxas-path.cu
|