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

std:: -> ::std:: #347

Closed
eyalroz opened this issue May 28, 2022 · 2 comments
Closed

std:: -> ::std:: #347

eyalroz opened this issue May 28, 2022 · 2 comments

Comments

@eyalroz
Copy link
Owner

eyalroz commented May 28, 2022

When compiling with CUDA 11.7, we need to use ::std::, not std::, to avoid CUDA's not-quite-standard library.

@eyalroz eyalroz added the bug label May 28, 2022
@eyalroz eyalroz self-assigned this May 28, 2022
@eyalroz eyalroz changed the title Some std::string have creeped in std::string -> ::std::string May 28, 2022
eyalroz added a commit that referenced this issue May 28, 2022
@eyalroz eyalroz changed the title std::string -> ::std::string std:: -> ::std:: May 28, 2022
eyalroz added a commit that referenced this issue May 28, 2022
eyalroz added a commit that referenced this issue May 28, 2022
eyalroz added a commit that referenced this issue May 29, 2022
eyalroz added a commit that referenced this issue Jun 2, 2022
eyalroz added a commit that referenced this issue Jun 20, 2022
eyalroz added a commit that referenced this issue Jun 20, 2022
eyalroz added a commit that referenced this issue Jun 20, 2022
@nenomius
Copy link

throw std::invalid_argument("marshalled arguments for a kernel launch must end with a nullptr element");

@eyalroz
Copy link
Owner Author

eyalroz commented Jun 23, 2022

@nenomius : Whoops... :-( Thank you.

eyalroz added a commit that referenced this issue Jun 23, 2022
eyalroz added a commit that referenced this issue Jul 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants