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

Class AlgorithmDeviceScan

scripts/autotune/create_optimization.py:469–475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

467 Algorithm.__init__(self, fallback_entries)
468
469class AlgorithmDeviceScan(Algorithm):
470 algorithm_name = "device_scan"
471 cpp_configuration_template_name = "scan_config_template"
472 config_selection_params = [
473 SelectionType(name="value_type", is_optional=False, select_on_size_only=False)]
474 def __init__(self, fallback_entries):
475 Algorithm.__init__(self, fallback_entries)
476
477# TODO select_on_size_only may need to get re-evaluated, it is likely that swapping the value
478# of select_on_size_only for key and value gives better results

Callers 1

create_algorithmFunction · 0.70

Calls 1

SelectionTypeClass · 0.70

Tested by

no test coverage detected