alexeedm / pytorch-fortran

Pytorch bindings for Fortran
MIT License
86 stars 14 forks source link

Question about how pytorch-fortran works (via Python or not?) #12

Open dorchard opened 1 month ago

dorchard commented 1 month ago

Hi Dmitry, I am trying to understand a bit more about how the library works (and couldn't find another way to contact you). Does the binding go via Python (i.e., does Python become a dependency of this library) or do you link straight to libtorch instead (perhaps via here? https://github.com/alexeedm/pytorch-fortran/blob/main/src/proxy_lib/torch_proxy.cpp) skipping interoperation with Python?

dorchard commented 3 weeks ago

nudge (we wanted to mention this in a JOSS paper).