|
rocPRIM
|
Special type used to show that the given device-level operation will be executed with optimal configuration dependent on types of the function's parameters and the target device architecture specified by ROCPRIM_TARGET_ARCH. More...
#include <config_types.hpp>
Public Types | |
| using | block_sort_config = default_config |
| using | block_merge_config = default_config |
| using | single_sort_config = default_config |
| using | merge_sort_config = default_config |
| using | onesweep_config = default_config |
| using | sort_config = default_config |
Special type used to show that the given device-level operation will be executed with optimal configuration dependent on types of the function's parameters and the target device architecture specified by ROCPRIM_TARGET_ARCH.
Algorithms supporting dynamic dispatch will ignore ROCPRIM_TARGET_ARCH and launch using optimal configuration based on the target architecture derived from the stream.
1.8.13