MCPcopy Create free account
hub / github.com/clMathLibraries/clBLAS / getKernel

Function getKernel

src/library/common/kern_cache.c:196–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196void
197getKernel(Kernel *kern)
198{
199 KernelNode *knode;
200
201 knode = container_of(kern, kern, KernelNode);
202 assert(knode->magic == KNODE_MAGIC);
203 knode->refcnt++;
204}
205
206void
207putKernel(struct KernelCache *kcache, Kernel *kern)

Callers 1

makeSolutionSeqFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected