MCPcopy Create free account
hub / github.com/clMathLibraries/clSPARSE / get

Method get

src/library/internal/kernel-cache.cpp:30–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30cl::Kernel KernelCache::get(cl::CommandQueue& queue,
31 const std::string& program_name,
32 const std::string& kernel_name,
33 const std::string& params)
34{
35 return getInstance().getKernel(queue, program_name, kernel_name, params);
36}
37
38
39cl::Kernel KernelCache::getKernel(cl::CommandQueue& queue,

Callers

nothing calls this directly

Calls 1

getKernelMethod · 0.80

Tested by

no test coverage detected