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

Class AlgorithmDeviceReduceByKey

scripts/autotune/create_optimization.py:654–661  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

652 Algorithm.__init__(self, fallback_entries)
653
654class AlgorithmDeviceReduceByKey(Algorithm):
655 algorithm_name = "device_reduce_by_key"
656 cpp_configuration_template_name = "reduce_by_key_config_template"
657 config_selection_params = [
658 SelectionType(name="key_type", is_optional=False, select_on_size_only=True),
659 SelectionType(name="value_type", is_optional=False, select_on_size_only=False)]
660 def __init__(self, fallback_entries):
661 Algorithm.__init__(self, fallback_entries)
662
663class AlgorithmDeviceFindFirstOf(Algorithm):
664 algorithm_name = "device_find_first_of"

Callers 1

create_algorithmFunction · 0.70

Calls 1

SelectionTypeClass · 0.70

Tested by

no test coverage detected