MCPcopy Create free account
hub / github.com/ROCm/rocPRIM / AlgorithmDeviceSegmentedRadixSort

Class AlgorithmDeviceSegmentedRadixSort

tuning/configs_header_generation.py:705–714  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

703
704
705class AlgorithmDeviceSegmentedRadixSort(Algorithm):
706 algorithm_name = "device_segmented_radix_sort"
707 cpp_configuration_template_name = "segmented_radix_sort_config_template"
708 config_selection_params = [
709 SelectionType(name="key_type", is_optional=False, select_on_size_only=False),
710 SelectionType(name="value_type", is_optional=True, select_on_size_only=True),
711 ]
712
713 def __init__(self, fallback_entries):
714 Algorithm.__init__(self, fallback_entries)
715
716
717class AlgorithmDeviceTransform(Algorithm):

Callers 1

create_algorithmFunction · 0.70

Calls 1

SelectionTypeClass · 0.70

Tested by

no test coverage detected