We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3fce78 commit 272bb73Copy full SHA for 272bb73
src/main.c
@@ -50,6 +50,7 @@ print_help(void)
50
printf("gpujpegtool [options] input.rgb output.jpg [input2.rgb output2.jpg ...]\n"
51
" -h, --help print help\n"
52
" -v, --verbose verbose output (multiply to increase verbosity - max 3) \n"
53
+ " -b, --debug debug helpers (reset GPU for leakcheck, dump infile if not regular)\n"
54
" -D, --device set cuda device id (default 0)\n"
55
" -L, --device-list list cuda devices\n"
56
"\n");
0 commit comments