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

Class AlgorithmDeviceMergeSortBlockSort

tuning/configs_header_generation.py:550–559  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

548
549
550class AlgorithmDeviceMergeSortBlockSort(Algorithm):
551 algorithm_name = "device_merge_sort_block_sort"
552 cpp_configuration_template_name = "mergesort_block_sort_config_template"
553 config_selection_params = [
554 SelectionType(name="key_type", is_optional=False, select_on_size_only=False),
555 SelectionType(name="value_type", is_optional=True, select_on_size_only=True),
556 ]
557
558 def __init__(self, fallback_entries):
559 Algorithm.__init__(self, fallback_entries, block_sort_config_get_best)
560
561
562class AlgorithmDeviceMergeSortBlockMerge(Algorithm):

Callers 1

create_algorithmFunction · 0.70

Calls 1

SelectionTypeClass · 0.70

Tested by

no test coverage detected