| 25 | namespace plugins |
| 26 | { |
| 27 | GpuSelection::GpuSelection() : |
| 28 | GpuSelectionTags("GPU selection", |
| 29 | "A collection of flags to select the GPU to run the samples on", |
| 30 | {}, |
| 31 | {}, |
| 32 | {{"gpu", "Zero-based index of the GPU that the sample should use"}}) |
| 33 | { |
| 34 | } |
| 35 | |
| 36 | bool GpuSelection::handle_option(std::deque<std::string> &arguments) |
| 37 | { |
nothing calls this directly
no outgoing calls
no test coverage detected