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

Method __init__

tuning/configs_header_generation.py:476–483  ·  view source on GitHub ↗
(
        self,
        fallback_entries: List[FallbackCase],
        config_get_best=default_config_get_best,
    )

Source from the content-addressed store, hash-verified

474 """
475
476 def __init__(
477 self,
478 fallback_entries: List[FallbackCase],
479 config_get_best=default_config_get_best,
480 ):
481 self.architectures: Dict[str, TuningsOfArchitecture] = {}
482 self.fallback_entries: List[FallbackCase] = fallback_entries
483 self.config_get_best = config_get_best
484
485 def add_measurement(self, single_tuning_data: Dict[str, str], architecture: str):
486 """

Callers 15

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected