[WIP] Add Windows support for Torch.#1529
Closed
GunnarFarneback wants to merge 1 commit intoJuliaPackaging:masterfrom
Closed
[WIP] Add Windows support for Torch.#1529GunnarFarneback wants to merge 1 commit intoJuliaPackaging:masterfrom
GunnarFarneback wants to merge 1 commit intoJuliaPackaging:masterfrom
Conversation
Contributor
|
Can we build against FluxML/Torch.jl#37 to see if we can build successfully |
Contributor
Author
|
That was my plan but first it's necessary to get the CUDA environment satisfactory for cmake. Any hints how to get that in order would be welcome. |
Member
|
What's the status of this? Any plans to finish this up? Since this is from 2020 I am not sure if there is anything salvageable here? |
Contributor
Author
|
Yeah, this is far beyond saving. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a work in progress attempt to build the Torch.jl support libraries on Windows.
Current stumbling block is a cmake failure to locate CUDA libraries, which is not really unexpected. The Linux build does a fair amount of tweaking of those and Windows probably need a couple of different tweaks.