bazel-contrib / rules_cuda

Starlark implementation of bazel rules for CUDA.
https://bazel-contrib.github.io/rules_cuda/
MIT License
91 stars 42 forks source link

NVTX Rules Do Not Work for Windows #258

Open ashishk98 opened 3 months ago

ashishk98 commented 3 months ago

The NVTX build target in local_cuda does not work well windows builds. In Windows with latest cuda the "libnvToolsExt.lib" does not exist.

The rules need to be updated to reflect that