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

Class AlgorithmDeviceRadixSortBlockSort

scripts/autotune/create_optimization.py:434–441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

432
433
434class AlgorithmDeviceRadixSortBlockSort(Algorithm):
435 algorithm_name = "device_radix_sort_block_sort"
436 cpp_configuration_template_name = "radixsort_block_sort_config_template"
437 config_selection_params = [
438 SelectionType(name="key_type", is_optional=False, select_on_size_only=False),
439 SelectionType(name="value_type", is_optional=True, select_on_size_only=True)]
440 def __init__(self, fallback_entries):
441 Algorithm.__init__(self, fallback_entries, block_sort_config_get_best)
442
443
444class AlgorithmDeviceRadixSortOnesweep(Algorithm):

Callers 1

create_algorithmFunction · 0.70

Calls 1

SelectionTypeClass · 0.70

Tested by

no test coverage detected