You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`rules_cc` needs to be available before loading `rules_cuda`, and `compatibility_proxy_repo()` must be called to populate the compatibility repository that `rules_cc` expects.
37
+
26
38
**NOTE**: `rules_cuda_toolchains` implicitly calls to `register_detected_cuda_toolchains`, and the use of
27
39
`register_detected_cuda_toolchains` depends on the environment variable `CUDA_PATH`. You must also ensure the
28
40
host compiler is available. On Windows, this means that you will also need to set the environment variable
@@ -37,6 +49,7 @@ determains how the toolchains are detected.
37
49
Add the following to your `MODULE.bazel` file and replace the placeholders with actual values.
0 commit comments