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

Class AlgorithmDevicePartitionTwoWayFlag

scripts/autotune/create_optimization.py:572–578  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

570 Algorithm.__init__(self, fallback_entries)
571
572class AlgorithmDevicePartitionTwoWayFlag(Algorithm):
573 algorithm_name = "device_partition_two_way_flag"
574 cpp_configuration_template_name = "partition_two_way_flag_config_template"
575 config_selection_params = [
576 SelectionType(name="data_type", is_optional=False, select_on_size_only=False)]
577 def __init__(self, fallback_entries):
578 Algorithm.__init__(self, fallback_entries)
579
580class AlgorithmDevicePartitionFlag(Algorithm):
581 algorithm_name = "device_partition_flag"

Callers 1

create_algorithmFunction · 0.70

Calls 1

SelectionTypeClass · 0.70

Tested by

no test coverage detected