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 #8

Open
bersbersbers opened this issue Sep 16, 2019 · 2 comments
Open

Windows support #8

bersbersbers opened this issue Sep 16, 2019 · 2 comments

Comments

@bersbersbers
Copy link

I would find this incredibly helpful to verify correctness of my CuDNN installation, but it appears to me that the bazel code supports online Linux. (Please correct me if I am wrong.)

@chsigg
Copy link
Collaborator

chsigg commented Sep 16, 2019

Hi bersbersbers. You are correct, the build files currently only support Linux. Presumably it would only need a few tweaks to support Windows as well (adjusting library file names and paths using bazel's select("@bazel_tools//src/conditions:windows": [...], "default": [...])). I'm happy to take a PR if you want to give it a try.

@admud
Copy link

admud commented Jul 28, 2020

Hi, is this a good issue to work on for newcomers?

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

3 participants