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

Class AlgorithmDeviceSelectPredicatedFlag

scripts/autotune/create_optimization.py:628–635  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

626 Algorithm.__init__(self, fallback_entries)
627
628class AlgorithmDeviceSelectPredicatedFlag(Algorithm):
629 algorithm_name = "device_select_predicated_flag"
630 cpp_configuration_template_name = "select_predicated_flag_config_template"
631 config_selection_params = [
632 SelectionType(name="data_type", is_optional=False, select_on_size_only=False),
633 SelectionType(name="flag_type", is_optional=False, select_on_size_only=True)]
634 def __init__(self, fallback_entries):
635 Algorithm.__init__(self, fallback_entries)
636
637class AlgorithmDeviceSelectUnique(Algorithm):
638 algorithm_name = "device_select_unique"

Callers 1

create_algorithmFunction · 0.70

Calls 1

SelectionTypeClass · 0.70

Tested by

no test coverage detected