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)
| 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. |
nothing calls this directly
no test coverage detected