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

Class AlgorithmDeviceSelectPredicatedFlag

tuning/configs_header_generation.py:805–814  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

803
804
805class AlgorithmDeviceSelectPredicatedFlag(Algorithm):
806 algorithm_name = "device_select_predicated_flag"
807 cpp_configuration_template_name = "select_predicated_flag_config_template"
808 config_selection_params = [
809 SelectionType(name="data_type", is_optional=False, select_on_size_only=False),
810 SelectionType(name="flag_type", is_optional=False, select_on_size_only=True),
811 ]
812
813 def __init__(self, fallback_entries):
814 Algorithm.__init__(self, fallback_entries)
815
816
817class AlgorithmDeviceSelectUnique(Algorithm):

Callers 1

create_algorithmFunction · 0.70

Calls 1

SelectionTypeClass · 0.70

Tested by

no test coverage detected