-
Notifications
You must be signed in to change notification settings - Fork 1
/
fpm.rsp
162 lines (132 loc) · 4.73 KB
/
fpm.rsp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
@benchmark-dot-ifx
options run --example
options --target dot
options --profile release
options --compiler ifx
options --flag "-O3 -mtune=native -xHost -lblas -qopenmp -flto=full -DINT64 -DUSE_DO_CONCURRENT"
@benchmark-dot-ifort
options run --example
options --target dot
options --profile release
options --compiler ifort
options --flag --flag "-O3 -mtune=native -xHost -lblas -qopenmp -ipo -DINT64"
@benchmark-dot-gfortran
options run --example
options --target dot
options --profile release
options --compiler gfortran
options --flag "-O3 -march=native -lblas -fopenmp -flto -DINT64"
@benchmark-dot-nvfortran
options run --example
options --target dot
options --profile release
options --compiler nvfortran
options --flag "-O3 -fast -march=native -mtune=native -stdpar=gpu,multicore -lblas -openmp -DINT64"
@benchmark-dot-ifx-coarray
options run --example
options --target dot_co
options --profile release
options --compiler ifx
options --flag "-O3 -mtune=native -xHost -lblas -qopenmp -DINT64 -flto=full -coarray -DUSE_COARRAY -DUSE_DO_CONCURRENT"
@benchmark-dot-ifort-coarray
options run --example
options --target dot_co
options --profile release
options --compiler ifort
options --flag "-O3 -mtune=native -xHost -lblas -qopenmp -DINT64 -ipo -coarray -DUSE_COARRAY"
@benchmark-dot-test-ifx
options test
options --target test_dot
options --profile release
options --compiler ifx
options --flag "-O3 -mtune=native -xHost -lblas -qopenmp -flto=full -DINT64 -DUSE_DO_CONCURRENT"
@benchmark-dot-test-ifort
options test
options --target test_dot
options --profile release
options --compiler ifort
options --flag --flag "-O3 -mtune=native -xHost -lblas -qopenmp -ipo -DINT64"
@benchmark-dot-test-gfortran
options test
options --target test_dot
options --profile release
options --compiler gfortran
options --flag "-O3 -march=native -lblas -fopenmp -flto -DINT64"
@benchmark-dot-test-nvfortran
options test
options --target test_dot
options --profile release
options --compiler nvfortran
options --flag "-O3 -fast -march=native -mtune=native -stdpar=gpu,multicore -lblas -openmp -DINT64"
@benchmark-matmul-mm-ifx
options run --example
options --target matmul_mm
options --profile release
options --compiler ifx
options --flag "-O3 -mtune=native -xHost -lblas -qopenmp -DUSE_DO_CONCURRENT -DINT64"
@benchmark-matmul-mm-ifort
options run --example
options --target matmul_mm
options --profile release
options --compiler ifort
options --flag --flag "-O3 -mtune=native -xHost -lblas -qopenmp -ipo -DINT64"
@benchmark-matmul-mm-gfortran
options run --example
options --target matmul_mm
options --profile release
options --compiler gfortran
options --flag "-O3 -march=native -lblas -fopenmp -flto -DINT64"
@benchmark-matmul-mm-nvfortran
options run --example
options --target matmul_mm
options --profile release
options --compiler nvfortran
options --flag "-O3 -fast -march=native -mtune=native -stdpar=gpu,multicore -lblas -openmp -DINT64"
@benchmark-matmul-mm-ifx-coarray
options run --example
options --target matmul_mm_co
options --profile release
options --compiler ifx
options --flag "-O3 -mtune=native -xHost -lblas -qopenmp -DUSE_DO_CONCURRENT -DINT64 -coarray -coarray-num-images=4 -DUSE_COARRAY"
@benchmark-matmul-mm-ifort-coarray
options run --example
options --target matmul_mm_co
options --profile release
options --compiler ifort
options --flag "-O3 -mtune=native -xHost -lblas -qopenmp -DINT64 -ipo -coarray -coarray-num-images=4 -DUSE_COARRAY"
@benchmark-matmul-mv-ifx
options run --example
options --target matmul_mv
options --profile release
options --compiler ifx
options --flag "-O3 -mtune=native -xHost -lblas -qopenmp -DUSE_DO_CONCURRENT -DINT64"
@benchmark-matmul-mv-ifort
options run --example
options --target matmul_mv
options --profile release
options --compiler ifort
options --flag --flag "-O3 -mtune=native -xHost -lblas -qopenmp -ipo -DINT64"
@benchmark-matmul-mv-gfortran
options run --example
options --target matmul_mv
options --profile release
options --compiler gfortran
options --flag "-O3 -march=native -lblas -fopenmp -flto -DINT64"
@benchmark-matmul-mv-nvfortran
options run --example
options --target matmul_mv
options --profile release
options --compiler nvfortran
options --flag "-O3 -fast -march=native -mtune=native -stdpar=gpu,multicore -lblas -openmp -DINT64"
@benchmark-matmul-mv-ifx-coarray
options run --example
options --target matmul_mv_co
options --profile release
options --compiler ifx
options --flag "-O3 -mtune=native -xHost -lblas -qopenmp -DUSE_DO_CONCURRENT -DINT64 -coarray -coarray-num-images=4 -DUSE_COARRAY"
@benchmark-matmul-mv-ifort-coarray
options run --example
options --target matmul_mv_co
options --profile release
options --compiler ifort
options --flag "-O3 -mtune=native -xHost -lblas -qopenmp -DINT64 -ipo -coarray -coarray-num-images=4 -DUSE_COARRAY"