commit | 8fa28a0db058eb53970f7eca3aaf71c86357e478 | [log] [tgz] |
---|---|---|
author | Artem Belevich <tra@google.com> | Thu Jan 31 21:32:24 2019 +0000 |
committer | Artem Belevich <tra@google.com> | Thu Jan 31 21:32:24 2019 +0000 |
tree | 7f593cf811fcdfc58944847184d49d07f59e085c | |
parent | 4399878082518815a6e6f070a25fcc18340633df [diff] |
[CUDA] Propagate detected version of CUDA to cc1 ..and use it to control that parts of CUDA compilation that depend on the specific version of CUDA SDK. This patch has a placeholder for a 'new launch API' support which is in a separate patch. The list will be further extended in the upcoming patch to support CUDA-10.1. Differential Revision: https://reviews.llvm.org/D57487 llvm-svn: 352798