nvidia_libs_test icon indicating copy to clipboard operation
nvidia_libs_test copied to clipboard

Windows support

Open bersbersbers opened this issue 6 years ago • 2 comments

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.)

bersbersbers avatar Sep 16 '19 05:09 bersbersbers

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.

chsigg avatar Sep 16 '19 07:09 chsigg

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

admud avatar Jul 28 '20 07:07 admud