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

Class AlgorithmDeviceLowerBound

tuning/configs_header_generation.py:660–669  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

658
659
660class AlgorithmDeviceLowerBound(Algorithm):
661 algorithm_name = "device_lower_bound"
662 cpp_configuration_template_name = "lower_bound_config_template"
663 config_selection_params = [
664 SelectionType(name="value_type", is_optional=False, select_on_size_only=False),
665 SelectionType(name="output_type", is_optional=False, select_on_size_only=True),
666 ]
667
668 def __init__(self, fallback_entries):
669 Algorithm.__init__(self, fallback_entries)
670
671
672class AlgorithmDeviceAdjacentDifference(Algorithm):

Callers 1

create_algorithmFunction · 0.70

Calls 1

SelectionTypeClass · 0.70

Tested by

no test coverage detected