MCPcopy Index your code
hub / github.com/Syncleus/aparapi / get

Method get

src/main/java/com/aparapi/Kernel.java:3477–3480  ·  view source on GitHub ↗

Enqueue a request to return this buffer from the GPU. This method blocks until the array is available. @param array @return This kernel so that we can use the 'fluent' style API

(long[] array)

Source from the content-addressed store, hash-verified

3475 * @return This kernel so that we can use the 'fluent' style API
3476 */
3477 public Kernel get(long[] array) {
3478 prepareKernelRunner().get(array);
3479 return (this);
3480 }
3481
3482 /**
3483 * Enqueue a request to return this buffer from the GPU. This method blocks until the array is available.

Callers

nothing calls this directly

Calls 2

prepareKernelRunnerMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected