All Questions
Tagged with bazel-python cuda
1 question
0
votes
1
answer
74
views
How do I include a cmake target as a dependency in a py_library target? (tiny-cuda-nn)
I'm trying to wrap tiny-cuda-nn with bazel to include as a dependency for other projects. This is a cmake project, but it has bindings for Python. The conventional way to install this would be with a ...