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

Class AlgorithmDeviceSelectFlag

tuning/configs_header_generation.py:783–791  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

781
782
783class AlgorithmDeviceSelectFlag(Algorithm):
784 algorithm_name = "device_select_flag"
785 cpp_configuration_template_name = "select_flag_config_template"
786 config_selection_params = [
787 SelectionType(name="data_type", is_optional=False, select_on_size_only=False)
788 ]
789
790 def __init__(self, fallback_entries):
791 Algorithm.__init__(self, fallback_entries)
792
793
794class AlgorithmDeviceSelectPredicate(Algorithm):

Callers 1

create_algorithmFunction · 0.70

Calls 1

SelectionTypeClass · 0.70

Tested by

no test coverage detected