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
You need to add toolchain configurations for both cc and cuda rules. Since nvc++ is both a c/cpp compiler and a cuda compiler, and if it is not mixable (nvc++ for cuda and g++ for c++), then this will be a very complex job. I am not quite sure how hard it is to configure the nvc++ as a cuda compiler.
Seems only clang and nvcc support in rules_cuda
The text was updated successfully, but these errors were encountered: