-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
CUDA host/device calling #276
Comments
What version? On master, line 202 is in the middle of nowhere. |
I pulled yesterday:
|
It looks like that CUDA doesn't fully support std::numeric_limits. :/ |
on 0.9.6.0 I'm getting: and it gives seg fault.It was fine on 0.9.5.4 |
Ah, I have been handwavy on the previous fix. This second commit should resolve this issue. This fix is available for in GLM 0.9.6 branch for GLM 0.9.6.1. Thanks for contributing, |
With #499
from this code:
and yes, these device annotations are really annoying in CUDA, sorry :/ |
The text was updated successfully, but these errors were encountered: