Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Forbid non-blocking operations with Java arrays
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