MCPcopy Create free account
hub / github.com/PABannier/sam3.cpp / RunSpec

Class RunSpec

examples/benchmark.cpp:524–527  ·  view source on GitHub ↗

Build run list

Source from the content-addressed store, hash-verified

522
523 // Build run list
524 struct RunSpec {
525 const ModelEntry * entry;
526 bool use_gpu;
527 };
528 std::vector<RunSpec> runs;
529 for (const auto & e : entries) {
530 if (!gpu_only) runs.push_back({&e, false});

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected