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

Class AlgorithmDeviceTransformPointer

scripts/autotune/create_optimization.py:556–562  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

554 Algorithm.__init__(self, fallback_entries)
555
556class AlgorithmDeviceTransformPointer(Algorithm):
557 algorithm_name = "device_transform_pointer"
558 cpp_configuration_template_name = "transform_pointer_config_template"
559 config_selection_params = [
560 SelectionType(name="value_type", is_optional=False, select_on_size_only=False)]
561 def __init__(self, fallback_entries):
562 Algorithm.__init__(self, fallback_entries)
563
564class AlgorithmDevicePartitionTwoWayPredicate(Algorithm):
565 algorithm_name = "device_partition_two_way_predicate"

Callers 1

create_algorithmFunction · 0.85

Calls 1

SelectionTypeClass · 0.70

Tested by

no test coverage detected