Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I use nvc++ toolchain? #295

Open
MoFHeka opened this issue Dec 10, 2024 · 2 comments
Open

How can I use nvc++ toolchain? #295

MoFHeka opened this issue Dec 10, 2024 · 2 comments

Comments

@MoFHeka
Copy link

MoFHeka commented Dec 10, 2024

Seems only clang and nvcc support in rules_cuda

@cloudhan
Copy link
Collaborator

cloudhan commented Dec 10, 2024

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.

@MoFHeka
Copy link
Author

MoFHeka commented Dec 10, 2024

@cloudhan Thanks for reply. May I ask what toolchain configurations need to be added? You mean add more template in rules_cuda?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants