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

Method put

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

Tag this array so that it is explicitly enqueued before the kernel is executed @param array @return This kernel so that we can use the 'fluent' style API

(long[] array)

Source from the content-addressed store, hash-verified

3265 * @return This kernel so that we can use the 'fluent' style API
3266 */
3267 public Kernel put(long[] array) {
3268 prepareKernelRunner().put(array);
3269 return (this);
3270 }
3271
3272 /**
3273 * Tag this array so that it is explicitly enqueued before the kernel is executed

Callers

nothing calls this directly

Calls 2

prepareKernelRunnerMethod · 0.95
putMethod · 0.65

Tested by

no test coverage detected