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

Function usage

tests/test_metal_conv_transpose_2d.cpp:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56};
57
58static void usage(const char * argv0) {
59 fprintf(stderr,
60 "Usage: %s [--case NAME|all] [--dump-mismatch] [--n-threads N] [--max-wall-ms N] [--list]\n",
61 argv0);
62}
63
64static bool parse_args(int argc, char ** argv, options & opts) {
65 for (int i = 1; i < argc; ++i) {

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected