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

Does it support cuda? #269

Open
nickiverson opened this issue May 29, 2022 · 1 comment
Open

Does it support cuda? #269

nickiverson opened this issue May 29, 2022 · 1 comment

Comments

@nickiverson
Copy link

I've tried using clang with "-x cuda" command. But it failed because metashell will test compiling precompiled header at start with "-x c++-header" which may over writer "-x cuda"

@sabel83
Copy link
Member

sabel83 commented Jun 11, 2022

Hi, it has not been tested with cuda. Would omitting -x c++-header in case you provide -x <something> as an extra compiler argument work for you?

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