-
Notifications
You must be signed in to change notification settings - Fork 119
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
(unhandled): CUDA Exception: invalid argument #80
Comments
Huh, @tranma got some exceptions recently using ghc-7.6.2-x86_64. This might be the same problem; I'll take a look. (I'm still on 7.6.1 and haven't come across it, and I think we all have the same machine) |
I also simply created a directory for However running the CUDA backend on anything (regression, manually constructed acc's in ghci) results in the same error as above. This happens on 7.6.* on OSX 10.8. |
Finally tracked this down. Please update to the latest CUDA bindings package: http://hackage.haskell.org/package/cuda |
Thanks! |
Hi there,
I just started using accelerate HEAD (accelerate 59e0257, accelerate-cuda d60e098baa1c492da39a2) on a new machine (Mac os) and immediately ran into some errors.
I was in the middle of modifying an nbody benchmark, here:
First thing was an error on the non-existent ~/.accelerate dir:
I created that directory by hand, but then I got this error:
The text was updated successfully, but these errors were encountered: