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

Class AlgorithmDeviceReduce

scripts/autotune/create_optimization.py:453–459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

451 Algorithm.__init__(self, fallback_entries)
452
453class AlgorithmDeviceReduce(Algorithm):
454 algorithm_name = "device_reduce"
455 config_selection_params = [
456 SelectionType(name="key_type", is_optional=False, select_on_size_only=False)]
457 cpp_configuration_template_name = "reduce_config_template"
458 def __init__(self, fallback_entries):
459 Algorithm.__init__(self, fallback_entries)
460
461class AlgorithmDeviceSegmentedReduce(Algorithm):
462 algorithm_name = "device_segmented_reduce"

Callers 1

create_algorithmFunction · 0.70

Calls 1

SelectionTypeClass · 0.70

Tested by

no test coverage detected