-
Notifications
You must be signed in to change notification settings - Fork 56
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
GPU error with the example #159
Comments
Could you paste the exact example code that you tried? The versions look okay. |
|
Works for me with the Could you give your package versions with Does CUDA.jl work for you in general, e.g. is |
Thanks Joe, |
I have had some real issues with my own custom interactions and CUDA, so I have returned to the standard example (CUDA with LJ and Verlet) from the documentation. That fails as well:
I would hope that would run?
environment:
With my own interaction it gets rather worse, and I get messages like
Reason: unsupported call through a literal pointer (call to ijl_alloc_string)
and
Reason: unsupported dynamic function invocation (call to print
but I can probably work those out once I have a working example--feels like some of my "smart" coding doesn't work with CUDA compilation.
Niels
The text was updated successfully, but these errors were encountered: