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

Class AlgorithmDeviceReduce

tuning/configs_header_generation.py:600–608  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

598
599
600class AlgorithmDeviceReduce(Algorithm):
601 algorithm_name = "device_reduce"
602 config_selection_params = [
603 SelectionType(name="key_type", is_optional=False, select_on_size_only=False)
604 ]
605 cpp_configuration_template_name = "reduce_config_template"
606
607 def __init__(self, fallback_entries):
608 Algorithm.__init__(self, fallback_entries)
609
610
611class AlgorithmDeviceScan(Algorithm):

Callers 1

create_algorithmFunction · 0.70

Calls 1

SelectionTypeClass · 0.70

Tested by

no test coverage detected