This repository has been archived by the owner on Feb 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Compile error with glibc 2.26 #1194
Comments
It seems that this error occurs due to CUDA/NVCC 8.0.61 not being compatible with glibc 2.26. |
If you aren't using 128-bit floats in your code and can't wait for one party or the other to fix their software, you can modify floatn.h:
|
@dbermond Have you figure out how to solve the problem? |
@yxchng The fix was classified by the package maintainer as a "super dirty hack" in order for it to work. You can see details on the following links: |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Compiling with the newly released gblic 2.26 gives the following errors:
OS: Arch Linux x86_64
Compiler: gcc 5.4.0
glibc: 2.26
The text was updated successfully, but these errors were encountered: