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

Class AlgorithmDeviceScan

tuning/configs_header_generation.py:611–619  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

609
610
611class AlgorithmDeviceScan(Algorithm):
612 algorithm_name = "device_scan"
613 cpp_configuration_template_name = "scan_config_template"
614 config_selection_params = [
615 SelectionType(name="value_type", is_optional=False, select_on_size_only=False)
616 ]
617
618 def __init__(self, fallback_entries):
619 Algorithm.__init__(self, fallback_entries)
620
621
622# TODO: select_on_size_only may need to get re-evaluated, as it is likely that swapping the value

Callers 1

create_algorithmFunction · 0.70

Calls 1

SelectionTypeClass · 0.70

Tested by

no test coverage detected