| 217 | std::size_t estimate_operating_bytes(const std::vector<std::unique_ptr<ral::cache::CacheData > > & inputs); |
| 218 | |
| 219 | virtual std::string kernel_name() { return "base_kernel"; } |
| 220 | |
| 221 | /** |
| 222 | * @brief notify the kernel that a task it dispatched was completed successfully. |
no outgoing calls
no test coverage detected