| 58 | } |
| 59 | |
| 60 | BackendMemorySnapshot ExecutionContext::memory_snapshot() const { |
| 61 | if (config_.type != BackendType::BestAvailable) { |
| 62 | return query_backend_memory(config_); |
| 63 | } |
| 64 | return query_backend_memory(backend_, config_.device); |
| 65 | } |
| 66 | |
| 67 | } // namespace engine::core |
no test coverage detected