Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AnswerDotAI/gpu.cpp
/ KernelPool
Method
KernelPool
gpu.hpp:493–493 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
491
*/
492
struct KernelPool {
493
inline KernelPool(Context *ctx) : ctx(ctx), data() {}
494
Context *ctx;
495
std::set<Kernel *> data;
496
inline ~KernelPool() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected