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

Class AlgorithmDeviceHistogram

tuning/configs_header_generation.py:537–547  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

535
536
537class AlgorithmDeviceHistogram(Algorithm):
538 algorithm_name = "device_histogram"
539 cpp_configuration_template_name = "histogram_config_template"
540 config_selection_params = [
541 SelectionType(name="value_type", is_optional=False, select_on_size_only=False),
542 SelectionConst(name="channels"),
543 SelectionConst(name="active_channels"),
544 ]
545
546 def __init__(self, fallback_entries):
547 Algorithm.__init__(self, fallback_entries)
548
549
550class AlgorithmDeviceMergeSortBlockSort(Algorithm):

Callers 1

create_algorithmFunction · 0.70

Calls 2

SelectionTypeClass · 0.70
SelectionConstClass · 0.70

Tested by

no test coverage detected