MCPcopy Create free account
hub / github.com/AnswerDotAI/gpu.cpp / main

Function main

examples/gpu_puzzles/run.cpp:522–539  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

520
521
522int main(int argc, char **argv) {
523 Context ctx = createContext();
524 puzzle1(ctx);
525 // puzzle2(ctx);
526 // puzzle3(ctx);
527 // puzzle4(ctx);
528 // puzzle5(ctx);
529 // puzzle6(ctx);
530 // puzzle7(ctx);
531 // puzzle8(ctx);
532 // puzzle9(ctx);
533 // puzzle10(ctx);
534 // puzzle11(ctx);
535 // puzzle12(ctx);
536 // puzzle13(ctx);
537 // puzzle14(ctx);
538 return 0;
539}

Callers

nothing calls this directly

Calls 2

createContextFunction · 0.85
puzzle1Function · 0.70

Tested by

no test coverage detected