| 620 | } |
| 621 | |
| 622 | BlockMLA::~BlockMLA() { |
| 623 | if (_device == Device::CPU) { |
| 624 | delete[] _kv_nope_cache; |
| 625 | delete[] _kv_rope_cache; |
| 626 | } |
| 627 | } |
| 628 | |
| 629 | double BlockMLA::active_bytes(size_t pos) const { |
| 630 | double bytes = Block::active_bytes(pos); |
nothing calls this directly
no outgoing calls
no test coverage detected