Skip to content

Commit

Permalink
Forbid non-blocking operations with Java arrays
Browse files Browse the repository at this point in the history
Non-blocking read- and write operations that involve
Java arrays are no longer supported, to avoid possibly
undeterministic behavior that may be caused by Java arrays
being moved by the memory manager. This is related to
#7 , but does not
yet cover the original question about the usage of the
CL_MEM_USE_HOST_PTR flag for pointers to Java arrays.
  • Loading branch information
gpu committed Dec 14, 2016
1 parent a4bf6c9 commit d01208c
Show file tree
Hide file tree
Showing 2 changed files with 361 additions and 119 deletions.
Loading

0 comments on commit d01208c

Please sign in to comment.