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? #143

Open
ghost opened this issue Jul 17, 2017 · 4 comments
Open

windows support? #143

ghost opened this issue Jul 17, 2017 · 4 comments

Comments

@ghost
Copy link

ghost commented Jul 17, 2017

Is windows support likely to be added for this project?

@sscalpone
Copy link
Member

You'll see that the code has #ifdefs for Windows. The bulk of the initial work will be with CMakefiles, and then filling in the run-time libraries. NVIDIA doesn't have near-term plans to do this work.

@ghost
Copy link
Author

ghost commented Jul 17, 2017

Thanks. NVIDIA was quite generous in open-sourcing this as it is.

@ghost
Copy link
Author

ghost commented Oct 19, 2017

@sscalpone If you guys set up an appveyor account on this repository, I might be able to set up automated builds for windows. Since building the entire stack will take more than the one hour limit, the idea is to cache the build files and then build the next thing if you have time.

Libraries:

  • llvm from vcpkg
  • openmp-llvm from conda
  • clang-flang needs to be compiled manually

Then of course the flang build would come from this repository.

I'm going to try to get this working on my appveyor account first, and if it works, then I can transfer it here. Currently no ETA on completion, as I may run into issues that will require more time than I currently have.

@ghost
Copy link
Author

ghost commented Oct 21, 2017

Update: this comment was completely wrong, sorry.

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

2 participants
@sscalpone and others