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

Class AlgorithmDevicePartitionFlag

scripts/autotune/create_optimization.py:580–586  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

578 Algorithm.__init__(self, fallback_entries)
579
580class AlgorithmDevicePartitionFlag(Algorithm):
581 algorithm_name = "device_partition_flag"
582 cpp_configuration_template_name = "partition_flag_config_template"
583 config_selection_params = [
584 SelectionType(name="data_type", is_optional=False, select_on_size_only=False)]
585 def __init__(self, fallback_entries):
586 Algorithm.__init__(self, fallback_entries)
587
588class AlgorithmDevicePartitionPredicate(Algorithm):
589 algorithm_name = "device_partition_predicate"

Callers 1

create_algorithmFunction · 0.70

Calls 1

SelectionTypeClass · 0.70

Tested by

no test coverage detected