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

Class AlgorithmDeviceMerge

tuning/configs_header_generation.py:887–893  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

885
886
887class AlgorithmDeviceMerge(Algorithm):
888 algorithm_name = "device_merge"
889 cpp_configuration_template_name = "merge_config_template"
890 config_selection_params = [
891 SelectionType(name="key_type", is_optional=False, select_on_size_only=False),
892 SelectionType(name="value_type", is_optional=True, select_on_size_only=True),
893 ]
894
895
896def filt_algo_regex(e: FallbackCase, algorithm_name):

Callers 1

create_algorithmFunction · 0.70

Calls 1

SelectionTypeClass · 0.70

Tested by

no test coverage detected