-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
ReadOnlyMemoryError() on ccall #147
Comments
I should add that today I've met similar error in OpenCL package.
Looks like there are some problems with accessing device. Any ideas how to debug that? |
@prodoelmit could you tell me how you installed the c++ library on your system? Did you build it from source? |
@prodoelmit I am having the exact same ReadOnlyMemoryError() with @ranjanan I compiled Julia v0.6 (release-0.6 branch), do you know what may be causing this? I am fighting with this for days already and couldn't solve it. |
Probably JuliaLang/julia#19606 |
Hello. After installing ArrayFire I'm facing ReadOnlyMemoryError() when I try to call AFInfo() or any other ArrayFire function interfacing with device (openCL backend on AMD card).
where
wrap.jl:1192
isIf I exit julia after that it tells me the following:
Launching julia from gdb gives following:
versions:
Tested both on 0.5.0 and 0.5.1
The text was updated successfully, but these errors were encountered: