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

Method setExplicit

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

For dev purposes (we should remove this for production) allow us to define that this Kernel uses explicit memory management @param _explicit (true if we want explicit memory management)

(boolean _explicit)

Source from the content-addressed store, hash-verified

3248 * @param _explicit (true if we want explicit memory management)
3249 */
3250 public void setExplicit(boolean _explicit) {
3251 prepareKernelRunner().setExplicit(_explicit);
3252 }
3253
3254 /**
3255 * For dev purposes (we should remove this for production) determine whether this Kernel uses explicit memory management

Calls 1

prepareKernelRunnerMethod · 0.95