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

Class AlgorithmDeviceBinarySearch

tuning/configs_header_generation.py:636–645  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

634
635
636class AlgorithmDeviceBinarySearch(Algorithm):
637 algorithm_name = "device_binary_search"
638 cpp_configuration_template_name = "binary_search_config_template"
639 config_selection_params = [
640 SelectionType(name="value_type", is_optional=False, select_on_size_only=False),
641 SelectionType(name="output_type", is_optional=False, select_on_size_only=True),
642 ]
643
644 def __init__(self, fallback_entries):
645 Algorithm.__init__(self, fallback_entries)
646
647
648class AlgorithmDeviceUpperBound(Algorithm):

Callers 1

create_algorithmFunction · 0.70

Calls 1

SelectionTypeClass · 0.70

Tested by

no test coverage detected