| 2683 | } |
| 2684 | |
| 2685 | static void PrintHelp() |
| 2686 | { |
| 2687 | wprintf( |
| 2688 | L"Command line syntax:\n" |
| 2689 | L"-h, --Help Print this information\n" |
| 2690 | L"-l, --List Print list of GPUs\n" |
| 2691 | L"-g S, --GPU S Select GPU with name containing S\n" |
| 2692 | L"-i N, --GPUIndex N Select GPU index N\n" |
| 2693 | L"-t, --Test Run tests and exit\n" |
| 2694 | L"-s, --TestSparseBinding Run sparese binding tests and exit\n" |
| 2695 | ); |
| 2696 | } |
| 2697 | |
| 2698 | int MainWindow() |
| 2699 | { |