(self, fallback_entries)
| 534 | config_selection_params = [ |
| 535 | SelectionType(name="input_type", is_optional=False, select_on_size_only=False)] |
| 536 | def __init__(self, fallback_entries): |
| 537 | Algorithm.__init__(self, fallback_entries) |
| 538 | |
| 539 | class AlgorithmDeviceSegmentedRadixSort(Algorithm): |
| 540 | algorithm_name = "device_segmented_radix_sort" |