CUDAcross platform macOS and linux #201
Unanswered
the-code-samurai-97
asked this question in
Q&A
Replies: 1 comment
-
Great question, macOS is not supported, then there should be a way to exclude cuda targets from all when you are building on the platfrom. One way to add Another way is to leverage if_cuda, it basically conditionally disable all cuda target on unsupported platfroms, but we need to improve it (if possible) so that it automatically excludes from all... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What is the best way to not see any errors when i do bazel build //... i am trying platforms but i still loading the rules cuda using https archive so it still give me error
While resolving toolchains for target //src/examples/cuda_example:kernel: No matching toolchains found for types @rules_cuda//cuda:toolchain_type.
Beta Was this translation helpful? Give feedback.
All reactions