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

Class AlgorithmDeviceSearchN

scripts/autotune/create_optimization.py:604–610  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

602 Algorithm.__init__(self, fallback_entries)
603
604class AlgorithmDeviceSearchN(Algorithm):
605 algorithm_name = "device_search_n"
606 cpp_configuration_template_name = "search_n_config_template"
607 config_selection_params = [
608 SelectionType(name="data_type", is_optional=False, select_on_size_only=False)]
609 def __init__(self, fallback_entries):
610 Algorithm.__init__(self, fallback_entries)
611
612class AlgorithmDeviceSelectFlag(Algorithm):
613 algorithm_name = "device_select_flag"

Callers 1

create_algorithmFunction · 0.85

Calls 1

SelectionTypeClass · 0.70

Tested by

no test coverage detected