You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add tests for different Fortran standards
* Set Fortran 2008 to default standard
* Update README with Fortran standard
* Add dependencies to documentation
---------
Co-authored-by: ElliottKasoar <[email protected]>
This repository contains code, utilities, and examples for directly calling PyTorch ML
8
9
models from Fortran.
@@ -83,7 +84,7 @@ To install the library requires the following to be installed on the system:
83
84
84
85
* CMake >= 3.1
85
86
*[libtorch](https://pytorch.org/cppdocs/installing.html)<sup>*</sup> or [PyTorch](https://pytorch.org/)
86
-
* Fortran, C++ (must fully support C++17), and C compilers
87
+
* Fortran (2008 standard compliant), C++ (must fully support C++17), and C compilers
87
88
88
89
<sup>*</sup> _The minimal example provided downloads the CPU-only Linux Nightly binary. [Alternative versions](https://pytorch.org/get-started/locally/) may be required._
0 commit comments