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
{{ message }}
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
Tested on Ubuntu 20.04 (g++ 9), the following fails to compile: ~/.../libcudacxx$ CPLUS_INCLUDE_PATH=include:libcxx/fuzzing:libcxx/include g++ -std=c++17 libcxx/test/libcxx/fuzzing/nth_element.cpp libcxx/fuzzing/fuzzing.cpp
Just clone v1.7.0-ea, cd to libcudacxx and run the command pasted above.
This is the most minimalist sample I could find but the problem is wide spreaded, all attempts to integrate libcudacxx with g++ projects fail to compile like that.
The text was updated successfully, but these errors were encountered:
Tested on Ubuntu 20.04 (g++ 9), the following fails to compile:
~/.../libcudacxx$ CPLUS_INCLUDE_PATH=include:libcxx/fuzzing:libcxx/include g++ -std=c++17 libcxx/test/libcxx/fuzzing/nth_element.cpp libcxx/fuzzing/fuzzing.cpp
Just clone v1.7.0-ea, cd to libcudacxx and run the command pasted above.
This is the most minimalist sample I could find but the problem is wide spreaded, all attempts to integrate libcudacxx with g++ projects fail to compile like that.
The text was updated successfully, but these errors were encountered: