forked from BVLC/caffe
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Mali GPU does not support host unified memory in fact #53
Comments
naibaf7
pushed a commit
that referenced
this issue
Feb 2, 2017
- as solution provided compilation param DISABLE_DEVICE_HOST_UNIFIED_MEMORY to force disabling support host unified memory
naibaf7
added a commit
that referenced
this issue
Feb 2, 2017
Mali GPU does not support host unified memory in fact #53
#54 |
But is Mali requiring CL_MEM_ALLOC_HOST_PTR ? |
naibaf7
pushed a commit
that referenced
this issue
Feb 6, 2017
- missed changes to CMakeLists.txt for original issue
naibaf7
added a commit
that referenced
this issue
Feb 6, 2017
Mali GPU does not support host unified memory in fact #53
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Step to reproduce:
Apply PR add android cmake support over the BVLC/caffe opencl (issue #48) #50 and PR OpenCl kernel compilation errors for android #51 based on opencl branch to get android version of caffe binary with required libs
run caffe time comand and got error
and strange artifacts on the screen while processing caffe command atleast for Galaxy Note 4 with Mali GPU:
So as solution provide compilation param
DISABLE_DEVICE_HOST_UNIFIED_MEMORY
to force disabling support host unified memory
The text was updated successfully, but these errors were encountered: