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

Class AlgorithmDevicePartitionThreeWay

tuning/configs_header_generation.py:772–780  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

770
771
772class AlgorithmDevicePartitionThreeWay(Algorithm):
773 algorithm_name = "device_partition_three_way"
774 cpp_configuration_template_name = "partition_three_way_config_template"
775 config_selection_params = [
776 SelectionType(name="data_type", is_optional=False, select_on_size_only=False)
777 ]
778
779 def __init__(self, fallback_entries):
780 Algorithm.__init__(self, fallback_entries)
781
782
783class AlgorithmDeviceSelectFlag(Algorithm):

Callers 1

create_algorithmFunction · 0.70

Calls 1

SelectionTypeClass · 0.70

Tested by

no test coverage detected