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

Method isExplicit

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

For dev purposes (we should remove this for production) determine whether this Kernel uses explicit memory management @return (true if we kernel is using explicit memory management)

()

Source from the content-addressed store, hash-verified

3256 * @return (true if we kernel is using explicit memory management)
3257 */
3258 public boolean isExplicit() {
3259 return prepareKernelRunner().isExplicit();
3260 }
3261
3262 /**
3263 * Tag this array so that it is explicitly enqueued before the kernel is executed

Callers

nothing calls this directly

Calls 1

prepareKernelRunnerMethod · 0.95

Tested by

no test coverage detected