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

Class AlgorithmDeviceUpperBound

scripts/autotune/create_optimization.py:497–504  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

495 Algorithm.__init__(self, fallback_entries)
496
497class AlgorithmDeviceUpperBound(Algorithm):
498 algorithm_name = "device_upper_bound"
499 cpp_configuration_template_name = "upper_bound_config_template"
500 config_selection_params = [
501 SelectionType(name="value_type", is_optional=False, select_on_size_only=False),
502 SelectionType(name="output_type", is_optional=False, select_on_size_only=True)]
503 def __init__(self, fallback_entries):
504 Algorithm.__init__(self, fallback_entries)
505
506class AlgorithmDeviceLowerBound(Algorithm):
507 algorithm_name = "device_lower_bound"

Callers 1

create_algorithmFunction · 0.70

Calls 1

SelectionTypeClass · 0.70

Tested by

no test coverage detected