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

Class AlgorithmDeviceBinarySearch

scripts/autotune/create_optimization.py:488–495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

486 Algorithm.__init__(self, fallback_entries)
487
488class AlgorithmDeviceBinarySearch(Algorithm):
489 algorithm_name = "device_binary_search"
490 cpp_configuration_template_name = "binary_search_config_template"
491 config_selection_params = [
492 SelectionType(name="value_type", is_optional=False, select_on_size_only=False),
493 SelectionType(name="output_type", is_optional=False, select_on_size_only=True)]
494 def __init__(self, fallback_entries):
495 Algorithm.__init__(self, fallback_entries)
496
497class AlgorithmDeviceUpperBound(Algorithm):
498 algorithm_name = "device_upper_bound"

Callers 1

create_algorithmFunction · 0.70

Calls 1

SelectionTypeClass · 0.70

Tested by

no test coverage detected