Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows support #26

Open
GunnarFarneback opened this issue Jul 1, 2020 · 4 comments
Open

Windows support #26

GunnarFarneback opened this issue Jul 1, 2020 · 4 comments

Comments

@GunnarFarneback
Copy link

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
Copy link
Author

Work in progress on Yggdrasil: JuliaPackaging/Yggdrasil#1529.

@bjosv79
Copy link

bjosv79 commented Aug 25, 2020

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
Copy link

DrKrar commented Aug 11, 2023

An thing new

@stemann
Copy link
Collaborator

stemann commented Nov 4, 2024

Windows support (on CPU) would require:

Windows support with CUDA would require:

  • Either being able to build the C wrapper for Windows while using pre-built libtorch binaries (similar to approach in [WIP] Add Windows support for Torch. JuliaPackaging/Yggdrasil#1529).
  • Being able to build a CUDA-project for Windows using BinaryBuilder (not possible currently - or in any foreseeable future as nvcc is not a cross-compiler)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants