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

Class AlgorithmDeviceRunLengthEncode

tuning/configs_header_generation.py:863–871  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

861
862
863class AlgorithmDeviceRunLengthEncode(Algorithm):
864 algorithm_name = "device_run_length_encode"
865 cpp_configuration_template_name = "run_length_encode_config_template"
866 config_selection_params = [
867 SelectionType(name="key_type", is_optional=False, select_on_size_only=False)
868 ]
869
870 def __init__(self, fallback_entries):
871 Algorithm.__init__(self, fallback_entries)
872
873
874class AlgorithmDeviceRunLengthEncodeNonTrivial(Algorithm):

Callers 1

create_algorithmFunction · 0.70

Calls 1

SelectionTypeClass · 0.70

Tested by

no test coverage detected