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

Function main

experimental/kernels/unittest_llmc/unittest_kernels.h:11–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9static int main_wrapper(int argc, char *argv[]);
10
11int main(int argc, char *argv[]) {
12 startCapture();
13 int ret = main_wrapper(argc, argv);
14 stopCapture();
15 return ret;
16}
17
18#else
19#define MAIN main

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected