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

Method __init__

scripts/autotune/create_optimization.py:458–459  ·  view source on GitHub ↗
(self, fallback_entries)

Source from the content-addressed store, hash-verified

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

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected