FluxML / Torch.jl

Sensible extensions for exposing torch in Julia.
Other
213 stars 15 forks source link

Windows support #26

Open GunnarFarneback opened 4 years ago

GunnarFarneback commented 4 years ago

It would be nice if this would run on Windows as well as Linux. I assume the biggest hurdle is setting up the cuda environment in https://github.com/JuliaPackaging/Yggdrasil/blob/master/T/Torch/build_tarballs.jl.

GunnarFarneback commented 4 years ago

Work in progress on Yggdrasil: https://github.com/JuliaPackaging/Yggdrasil/pull/1529.

bjosv79 commented 4 years ago

Suggested changes to the api in #37. Built with MSVC 2019 by adding the CMake entry: CMAKE_PREFIX_PATH = C:/Users/UserName/AppData/Local/Programs/Torch/libtorch

DrKrar commented 1 year ago

An thing new

stemann commented 2 days ago

Windows support (on CPU) would require:

Windows support with CUDA would require: