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

Method __init__

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

Source from the content-addressed store, hash-verified

472 config_selection_params = [
473 SelectionType(name="value_type", is_optional=False, select_on_size_only=False)]
474 def __init__(self, fallback_entries):
475 Algorithm.__init__(self, fallback_entries)
476
477# TODO select_on_size_only may need to get re-evaluated, it is likely that swapping the value
478# of select_on_size_only for key and value gives better results

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected