| commit | 8af4e23d1ee7e93e9bda835be2b97550a13c0737 | [log] [tgz] |
|---|---|---|
| author | Artem Belevich <tra@google.com> | Thu Sep 07 18:14:32 2017 +0000 |
| committer | Artem Belevich <tra@google.com> | Thu Sep 07 18:14:32 2017 +0000 |
| tree | 5510b5995366fd536e9a222f4fbc20af6b34472c | |
| parent | 9420ec3378b8502434846e84ae14e57652a78279 [diff] |
[CUDA] Added rudimentary support for CUDA-9 and sm_70. For now CUDA-9 is not included in the list of CUDA versions clang searches for, so the path to CUDA-9 must be explicitly passed via --cuda-path=. On LLVM side NVPTX added sm_70 GPU type which bumps required PTX version to 6.0, but otherwise is equivalent to sm_62 at the moment. Differential Revision: https://reviews.llvm.org/D37576 llvm-svn: 312734