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

Class AlgorithmDeviceAdjacentFind

scripts/autotune/create_optimization.py:531–537  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

529 Algorithm.__init__(self, fallback_entries)
530
531class AlgorithmDeviceAdjacentFind(Algorithm):
532 algorithm_name = "device_adjacent_find"
533 cpp_configuration_template_name = "adjacent_find_config_template"
534 config_selection_params = [
535 SelectionType(name="input_type", is_optional=False, select_on_size_only=False)]
536 def __init__(self, fallback_entries):
537 Algorithm.__init__(self, fallback_entries)
538
539class AlgorithmDeviceSegmentedRadixSort(Algorithm):
540 algorithm_name = "device_segmented_radix_sort"

Callers 1

create_algorithmFunction · 0.70

Calls 1

SelectionTypeClass · 0.70

Tested by

no test coverage detected