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

Class AlgorithmDevicePartitionFlag

tuning/configs_header_generation.py:750–758  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

748
749
750class AlgorithmDevicePartitionFlag(Algorithm):
751 algorithm_name = "device_partition_flag"
752 cpp_configuration_template_name = "partition_flag_config_template"
753 config_selection_params = [
754 SelectionType(name="data_type", is_optional=False, select_on_size_only=False)
755 ]
756
757 def __init__(self, fallback_entries):
758 Algorithm.__init__(self, fallback_entries)
759
760
761class AlgorithmDevicePartitionPredicate(Algorithm):

Callers 1

create_algorithmFunction · 0.70

Calls 1

SelectionTypeClass · 0.70

Tested by

no test coverage detected