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

Class AlgorithmDeviceAdjacentDifference

tuning/configs_header_generation.py:672–680  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

670
671
672class AlgorithmDeviceAdjacentDifference(Algorithm):
673 algorithm_name = "device_adjacent_difference"
674 cpp_configuration_template_name = "adjacent_difference_config_template"
675 config_selection_params = [
676 SelectionType(name="value_type", is_optional=False, select_on_size_only=False)
677 ]
678
679 def __init__(self, fallback_entries):
680 Algorithm.__init__(self, fallback_entries)
681
682
683class AlgorithmDeviceAdjacentDifferenceInplace(Algorithm):

Callers 1

create_algorithmFunction · 0.70

Calls 1

SelectionTypeClass · 0.70

Tested by

no test coverage detected