MCPcopy Create free account
hub / github.com/andrewkchan/deepseek.cpp / ~BlockMLA

Method ~BlockMLA

src/model.cpp:622–627  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

620}
621
622BlockMLA::~BlockMLA() {
623 if (_device == Device::CPU) {
624 delete[] _kv_nope_cache;
625 delete[] _kv_rope_cache;
626 }
627}
628
629double BlockMLA::active_bytes(size_t pos) const {
630 double bytes = Block::active_bytes(pos);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected