File tree 1 file changed +16
-5
lines changed
1 file changed +16
-5
lines changed Original file line number Diff line number Diff line change @@ -57,11 +57,13 @@ includes language standard-conformance tests that verify correct compiler behavi
57
57
across a few common use cases. The table below summarizes the observes compiler
58
58
behaviors:
59
59
60
- | _ Compiler _ | _ Test failures _ | _ Version tested _ |
61
- | :--- | :---: | :--- |
62
- | NAG | 0 | ` nagfor ` 7.1 |
63
- | GCC | 1 | ` gfortran ` 11.2.0 (Homebrew GCC 11.2.0\_ 3)|
64
- | Intel | 2 | ` ifort ` 2021.5.0 Build 20211109\_ 000000 |
60
+ | _ Compiler_ | _ Test failures_ | _ Version tested_ |
61
+ | :--- | :---: | :--- |
62
+ | NAG | 0 | ` nagfor ` 7.1 |
63
+ | GCC | 1 | ` gfortran ` 11.2.0 (Homebrew GCC 11.2.0\_ 3) |
64
+ | Intel | 2 | ` ifort ` 2021.5.0 Build 20211109\_ 000000 |
65
+ | NVIDIA | Fails to build (ICE) | ` nvfortran ` 2022.2 |
66
+ | AMD | Fails to build (ICE) | ` flang ` 13.0.0 (AOCC_3.2.0-Build\# 128 2021\_ 11\_ 12) |
65
67
66
68
The current compiler tests are based on early user feedback and are therefore
67
69
_ ad hoc_ with no attempt at being exhaustive. Please submit an issue if you
@@ -93,6 +95,15 @@ fpm test --compiler nagfor --flag -fpp
93
95
fpm test --compiler ifort --flag -coarray=shared
94
96
```
95
97
98
+ ### NVIDIA (` nvfortran ` )
99
+ ```
100
+ fpm test --compiler nvfortran --flag -Mpreprocess
101
+ ```
102
+
103
+ ### AMD (` flang ` )
104
+ ```
105
+ fpm test --compiler flang --flag -cpp
106
+ ```
96
107
97
108
[ 1 ] : https://doi.org/10.1016/j.procs.2010.04.166
98
109
[ 2] : https://doi.org/10.1017/cbo9780511977381
You can’t perform that action at this time.
0 commit comments