summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/NVPTX/sm-version-52.ll
Commit message (Collapse)AuthorAgeFilesLines
* [NVPTX] Associate a minimum PTX version for each SM architectureJustin Holewinski2015-03-301-0/+1
| | | | | | | | | | When a new SM architecture is introduced, it is only supported by the current PTX version and later. Make sure we are using at least the minimum PTX version for the target architecture. This also removes support for PTX ISA < 3.2. llvm-svn: 233583
* [NVPTX] Add options for PTX 4.1/4.2 and SM 3.2/3.7/5.2/5.3Justin Holewinski2015-03-301-0/+6
llvm-svn: 233575
OpenPOWER on IntegriCloud