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

Class AlgorithmDeviceRunLengthEncodeNonTrivial

tuning/configs_header_generation.py:874–884  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

872
873
874class AlgorithmDeviceRunLengthEncodeNonTrivial(Algorithm):
875 algorithm_name = "device_run_length_encode_non_trivial"
876 cpp_configuration_template_name = (
877 "run_length_encode_non_trivial_runs_config_template"
878 )
879 config_selection_params = [
880 SelectionType(name="key_type", is_optional=False, select_on_size_only=False)
881 ]
882
883 def __init__(self, fallback_entries):
884 Algorithm.__init__(self, fallback_entries)
885
886
887class AlgorithmDeviceMerge(Algorithm):

Callers 1

create_algorithmFunction · 0.70

Calls 1

SelectionTypeClass · 0.70

Tested by

no test coverage detected