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

Class AlgorithmDeviceSelectPredicate

tuning/configs_header_generation.py:794–802  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

792
793
794class AlgorithmDeviceSelectPredicate(Algorithm):
795 algorithm_name = "device_select_predicate"
796 cpp_configuration_template_name = "select_predicate_config_template"
797 config_selection_params = [
798 SelectionType(name="data_type", is_optional=False, select_on_size_only=False)
799 ]
800
801 def __init__(self, fallback_entries):
802 Algorithm.__init__(self, fallback_entries)
803
804
805class AlgorithmDeviceSelectPredicatedFlag(Algorithm):

Callers 1

create_algorithmFunction · 0.70

Calls 1

SelectionTypeClass · 0.70

Tested by

no test coverage detected