google / nvidia_libs_test

Tests and benchmarks for cudnn (and in the future, other nvidia libraries)
Apache License 2.0
53 stars 21 forks source link

Windows support #8

Open bersbersbers opened 5 years ago

bersbersbers commented 5 years ago

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 commented 5 years ago

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 commented 4 years ago

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