Skip to content

Commit 37f3cab

Browse files
authored
Merge pull request #15 from wyphan/main
Update README.md with nvfortran and flang failures
2 parents 74c9d63 + e39dd99 commit 37f3cab

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

Diff for: README.md

+16-5
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,13 @@ includes language standard-conformance tests that verify correct compiler behavi
5757
across a few common use cases. The table below summarizes the observes compiler
5858
behaviors:
5959

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) |
6567

6668
The current compiler tests are based on early user feedback and are therefore
6769
_ad hoc_ with no attempt at being exhaustive. Please submit an issue if you
@@ -93,6 +95,15 @@ fpm test --compiler nagfor --flag -fpp
9395
fpm test --compiler ifort --flag -coarray=shared
9496
```
9597

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+
```
96107

97108
[1]: https://doi.org/10.1016/j.procs.2010.04.166
98109
[2]: https://doi.org/10.1017/cbo9780511977381

0 commit comments

Comments
 (0)