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

Class AlgorithmDeviceRunLengthEncode

scripts/autotune/create_optimization.py:671–676  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

669 Algorithm.__init__(self, fallback_entries)
670
671class AlgorithmDeviceRunLengthEncode(Algorithm):
672 algorithm_name = 'device_run_length_encode'
673 cpp_configuration_template_name = 'run_length_encode_config_template'
674 config_selection_params = [SelectionType(name='key_type', is_optional=False, select_on_size_only=False)]
675 def __init__(self, fallback_entries):
676 Algorithm.__init__(self, fallback_entries)
677
678class AlgorithmDeviceRunLengthEncodeNonTrivial(Algorithm):
679 algorithm_name = 'device_run_length_encode_non_trivial'

Callers 1

create_algorithmFunction · 0.70

Calls 1

SelectionTypeClass · 0.70

Tested by

no test coverage detected