Commit 5436dce
committed
[NVPTX] Fix ptxas requirements
\#159388 caused some test failures for us internally:
exit status 255
ptxas /tmp/tmpxft_000026cd_00000000-0_stdin, line 37; error : Feature 'used_bytes_mask' requires PTX ISA .version 8.3 or later
ptxas /tmp/tmpxft_000026cd_00000000-0_stdin, line 37; error : Feature 'used_bytes_mask' requires .target sm_50 or higher
ptxas fatal : Ptx assembly aborted due to errors
Add some requirements/versions to get things working.1 parent 2ab198f commit 5436dce
File tree
2 files changed
+3
-3
lines changed- llvm/test/CodeGen/NVPTX
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments