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

Class AlgorithmDevicePartitionPredicate

tuning/configs_header_generation.py:761–769  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

759
760
761class AlgorithmDevicePartitionPredicate(Algorithm):
762 algorithm_name = "device_partition_predicate"
763 cpp_configuration_template_name = "partition_predicate_config_template"
764 config_selection_params = [
765 SelectionType(name="data_type", is_optional=False, select_on_size_only=False)
766 ]
767
768 def __init__(self, fallback_entries):
769 Algorithm.__init__(self, fallback_entries)
770
771
772class AlgorithmDevicePartitionThreeWay(Algorithm):

Callers 1

create_algorithmFunction · 0.70

Calls 1

SelectionTypeClass · 0.70

Tested by

no test coverage detected