| 23 | int warmup = 2, int repeats = 5) { |
| 24 | size_t ctx_size = ggml_tensor_overhead() * 64 + ggml_graph_overhead(); |
| 25 | struct ggml_init_params params = {ctx_size, nullptr, true}; |
| 26 | auto* ctx = ggml_init(params); |
| 27 | |
| 28 | auto result = build(ctx); |
nothing calls this directly
no outgoing calls
no test coverage detected