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

Class AlgorithmDevicePartitionPredicate

scripts/autotune/create_optimization.py:588–594  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

586 Algorithm.__init__(self, fallback_entries)
587
588class AlgorithmDevicePartitionPredicate(Algorithm):
589 algorithm_name = "device_partition_predicate"
590 cpp_configuration_template_name = "partition_predicate_config_template"
591 config_selection_params = [
592 SelectionType(name="data_type", is_optional=False, select_on_size_only=False)]
593 def __init__(self, fallback_entries):
594 Algorithm.__init__(self, fallback_entries)
595
596class AlgorithmDevicePartitionThreeWay(Algorithm):
597 algorithm_name = "device_partition_three_way"

Callers 1

create_algorithmFunction · 0.70

Calls 1

SelectionTypeClass · 0.70

Tested by

no test coverage detected