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