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

Add a test to ensure including a libcu++ header doesn't break gcc's immintrin.h #1021

Closed
jrhemstad opened this issue Jun 7, 2023 · 0 comments

Comments

@jrhemstad
Copy link
Collaborator

As https://github.com/fwyzard/nvidia_bug_4139266 showed, including a libcu++ header was breaking gcc's immintrin.h header.

While it is extremely unlikely that this would happen again, it is simple enough for us to add a test to make sure it does not.

We should add a simple test like:

// UNSUPPORTED: !gcc
#include <cuda/std/type_traits>
#include <immintrin.h>

int main(){}
@jarmak-nv jarmak-nv transferred this issue from NVIDIA/libcudacxx Nov 8, 2023
@jrhemstad jrhemstad closed this as not planned Won't fix, can't repro, duplicate, stale Dec 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

1 participant