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

Class AlgorithmDeviceMergeSortBlockSort

scripts/autotune/create_optimization.py:413–420  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

411
412
413class AlgorithmDeviceMergeSortBlockSort(Algorithm):
414 algorithm_name = "device_merge_sort_block_sort"
415 cpp_configuration_template_name = "mergesort_block_sort_config_template"
416 config_selection_params = [
417 SelectionType(name="key_type", is_optional=False, select_on_size_only=False),
418 SelectionType(name="value_type", is_optional=True, select_on_size_only=True)]
419 def __init__(self, fallback_entries):
420 Algorithm.__init__(self, fallback_entries, block_sort_config_get_best)
421
422
423class AlgorithmDeviceMergeSortBlockMerge(Algorithm):

Callers 1

create_algorithmFunction · 0.70

Calls 1

SelectionTypeClass · 0.70

Tested by

no test coverage detected