bazel-contrib / rules_cuda

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

Add NVRTC to local_cuda #289

Open Vertexwahn opened 1 day ago

Vertexwahn commented 1 day ago

NVRTC (runtime compilation library for CUDA C++) is part of the CUDA Toolkit. This PR adds a target for the NVRTC library.