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

Method __init__

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

Source from the content-addressed store, hash-verified

501 SelectionType(name="value_type", is_optional=False, select_on_size_only=False),
502 SelectionType(name="output_type", is_optional=False, select_on_size_only=True)]
503 def __init__(self, fallback_entries):
504 Algorithm.__init__(self, fallback_entries)
505
506class AlgorithmDeviceLowerBound(Algorithm):
507 algorithm_name = "device_lower_bound"

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected