-
Notifications
You must be signed in to change notification settings - Fork 10
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
bug: Eigen CUDA test seems to fail in Debug build #122
Comments
What is the gcc & cuda version? |
gcc/13.2 cuda/12.4 |
Curious. With GCC 11.4 + CUDA 12.4 it does work happily on my laptop. 🤔 Will try with GCC 13 in a little bit... |
Never mind. Once I actually do the build in debug mode, I do get the same. With both GCC 11.4 and 13.1. |
What I see is:
In case somebody manages to debug it before me. 😉 |
The fact that the PC is |
As the backtrace says, the crash is triggered by this line: At which point it's hard to argue that this wouldn't be coming from some internal Eigen issue. 🤔 Having quickly looked at the code, I don't really understand what the issue is. Why the final call itself, would cause an error. Unfortunately I won't be able to debug this any further at the moment. So somebody could possibly look into using a newer/different version of Eigen, and see what happens with that. Otherwise, maybe we just don't use Eigen on GPUs in Debug mode for now... 🤔 |
Error message:
The Release build is fine
The text was updated successfully, but these errors were encountered: