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

Method __init__

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

Source from the content-addressed store, hash-verified

640 config_selection_params = [
641 SelectionType(name="data_type", is_optional=False, select_on_size_only=False)]
642 def __init__(self, fallback_entries):
643 Algorithm.__init__(self, fallback_entries)
644
645class AlgorithmDeviceSelectUniqueByKey(Algorithm):
646 algorithm_name = "device_select_unique_by_key"

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected