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

Class AlgorithmDeviceMerge

scripts/autotune/create_optimization.py:685–690  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

683 Algorithm.__init__(self, fallback_entries)
684
685class AlgorithmDeviceMerge(Algorithm):
686 algorithm_name = "device_merge"
687 cpp_configuration_template_name = "merge_config_template"
688 config_selection_params = [
689 SelectionType(name="key_type", is_optional=False, select_on_size_only=False),
690 SelectionType(name="value_type", is_optional=True, select_on_size_only=True)]
691
692def filt_algo_regex(e: FallbackCase, algorithm_name):
693 if e.algo_regex:

Callers 1

create_algorithmFunction · 0.70

Calls 1

SelectionTypeClass · 0.70

Tested by

no test coverage detected