MCPcopy Create free account
hub / github.com/AnswerDotAI/gpu.cpp / ~KernelPool

Method ~KernelPool

gpu.hpp:496–501  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

494 Context *ctx;
495 std::set<Kernel *> data;
496 inline ~KernelPool() {
497 // Note : Some kernel resources such as commandBuffer are harvested by
498 // queue submission, explicitly destroying readback and callback buffers
499 // produces runtime errors.
500 data.clear();
501 }
502};
503
504inline void processEvents(const WGPUInstance &instance) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected