Cambridge-ICCS / FTorch

A library for directly calling PyTorch ML models from Fortran.
https://cambridge-iccs.github.io/FTorch/
MIT License
48 stars 11 forks source link

Fix build failures #116

Closed jwallwork23 closed 2 months ago

jwallwork23 commented 2 months ago

I just pulled the most recent version of FTorch and tried to build it with the GNU compilers. However, I'm getting build errors due to places where c_bool is not available and where lines have become too long.

Will work on a quick fix.