File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 14
14
; RUN: llc < %s -march=nvptx -mcpu=sm_75 | FileCheck %s --check-prefix=SM75
15
15
; RUN: llc < %s -march=nvptx -mcpu=sm_80 | FileCheck %s --check-prefix=SM80
16
16
; RUN: llc < %s -march=nvptx -mcpu=sm_86 | FileCheck %s --check-prefix=SM86
17
+ ; RUN: llc < %s -march=nvptx -mcpu=sm_90 | FileCheck %s --check-prefix=SM90
18
+ ; RUN: llc < %s -march=nvptx -mcpu=sm_90a | FileCheck %s --check-prefix=SM90a
17
19
18
20
; RUN: llc < %s -march=nvptx64 -mcpu=sm_20 | FileCheck %s --check-prefix=SM20
19
21
; RUN: llc < %s -march=nvptx64 -mcpu=sm_21 | FileCheck %s --check-prefix=SM21
31
33
; RUN: llc < %s -march=nvptx64 -mcpu=sm_75 | FileCheck %s --check-prefix=SM75
32
34
; RUN: llc < %s -march=nvptx64 -mcpu=sm_80 | FileCheck %s --check-prefix=SM80
33
35
; RUN: llc < %s -march=nvptx64 -mcpu=sm_86 | FileCheck %s --check-prefix=SM86
36
+ ; RUN: llc < %s -march=nvptx64 -mcpu=sm_90 | FileCheck %s --check-prefix=SM90
37
+ ; RUN: llc < %s -march=nvptx64 -mcpu=sm_90a | FileCheck %s --check-prefix=SM90a
34
38
35
39
; SM20: .version 3.2
36
40
; SM21: .version 3.2
48
52
; SM75: .version 6.3
49
53
; SM80: .version 7.0
50
54
; SM86: .version 7.1
55
+ ; SM90: .version 7.8
56
+ ; SM90a: .version 8.0
51
57
52
58
; SM20: .target sm_20
53
59
; SM21: .target sm_21
65
71
; SM75: .target sm_75
66
72
; SM80: .target sm_80
67
73
; SM86: .target sm_86
74
+ ; SM90: .target sm_90
75
+ ; SM90a: .target sm_90a
You can’t perform that action at this time.
0 commit comments