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

Class AlgorithmDeviceAdjacentFind

tuning/configs_header_generation.py:694–702  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

692
693
694class AlgorithmDeviceAdjacentFind(Algorithm):
695 algorithm_name = "device_adjacent_find"
696 cpp_configuration_template_name = "adjacent_find_config_template"
697 config_selection_params = [
698 SelectionType(name="input_type", is_optional=False, select_on_size_only=False)
699 ]
700
701 def __init__(self, fallback_entries):
702 Algorithm.__init__(self, fallback_entries)
703
704
705class AlgorithmDeviceSegmentedRadixSort(Algorithm):

Callers 1

create_algorithmFunction · 0.70

Calls 1

SelectionTypeClass · 0.70

Tested by

no test coverage detected