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

Class AlgorithmDeviceFindFirstOf

tuning/configs_header_generation.py:852–860  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

850
851
852class AlgorithmDeviceFindFirstOf(Algorithm):
853 algorithm_name = "device_find_first_of"
854 cpp_configuration_template_name = "find_first_of_config_template"
855 config_selection_params = [
856 SelectionType(name="value_type", is_optional=False, select_on_size_only=True)
857 ]
858
859 def __init__(self, fallback_entries):
860 Algorithm.__init__(self, fallback_entries)
861
862
863class AlgorithmDeviceRunLengthEncode(Algorithm):

Callers 1

create_algorithmFunction · 0.70

Calls 1

SelectionTypeClass · 0.70

Tested by

no test coverage detected