rocPRIM
Public Types | List of all members
default_config Struct Reference

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
 

Detailed Description

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.


The documentation for this struct was generated from the following file: