| 547 | } |
| 548 | |
| 549 | size_t CudaCompNodeImpl::get_reserved_memory() { |
| 550 | return m_device_info->mem_alloc->get_used_memory(); |
| 551 | } |
| 552 | |
| 553 | size_t CudaCompNodeImpl::get_max_reserved_memory() { |
| 554 | return m_device_info->mem_alloc->get_max_used_memory(); |
no test coverage detected