commit | a9377f2b0608d259ad505ff07afa8a678f20bafc | [log] [tgz] |
---|---|---|
author | George Rokos <grokos@us.ibm.com> | Thu Dec 07 20:27:31 2017 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Sun Sep 20 11:38:54 2020 -0700 |
tree | f60c6584b707a4607055577d99416e8c250c93e6 | |
parent | 6a88c56bf60b081392e39ea0648356af8b90ed87 [diff] |
[OpenMP] NVPTX: Set default/minimum compute capability to sm_35 The current implementation of the nvptx runtime (to be upstreamed shortly) uses the atomicMax operation on 64-bit integers. This is only supported in compute capabilities 3.5 and later. I've changed the clang default to sm_35. Differential Revision: https://reviews.llvm.org/D40977 llvm-svn: 320082 GitOrigin-RevId: 145c54721b6e91a4fcf0d352d7e396cce3939cb1