This is an archive of the discontinued LLVM Phabricator instance.

[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
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.

Diff Detail

Repository
rL LLVM

Event Timeline

jlebar updated this revision to Diff 81501.Dec 14 2016, 5:25 PM
jlebar retitled this revision from to [CUDA] Add --ptxas-path= flag..
jlebar updated this object.
jlebar added a reviewer: tra.
jlebar added a subscriber: cfe-commits.
tra accepted this revision.Dec 15 2016, 9:42 AM
tra edited edge metadata.
This revision is now accepted and ready to land.Dec 15 2016, 9:42 AM
This revision was automatically updated to reflect the committed changes.