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

Method __init__

scripts/autotune/create_optimization.py:350–353  ·  view source on GitHub ↗
(self, fallback_entries: List[FallbackCase], config_get_best = default_config_get_best)

Source from the content-addressed store, hash-verified

348 """
349
350 def __init__(self, fallback_entries: List[FallbackCase], config_get_best = default_config_get_best):
351 self.architectures: Dict[str, BenchmarksOfArchitecture] = {}
352 self.fallback_entries: List[FallbackCase] = fallback_entries
353 self.config_get_best = config_get_best
354
355 def add_measurement(self, single_benchmark_data: Dict[str, str], architecture: str):
356 """

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