21 #ifndef ROCPRIM_DEVICE_DEVICE_REDUCE_CONFIG_HPP_    22 #define ROCPRIM_DEVICE_DEVICE_REDUCE_CONFIG_HPP_    24 #include "../block/block_reduce.hpp"    25 #include "config_types.hpp"    26 #include "detail/config/device_reduce.hpp"    31 BEGIN_ROCPRIM_NAMESPACE
    36 template<
typename ReduceConfig, 
typename>
    39     template<target_arch Arch>
    46 template<
typename Value>
    49     template<target_arch Arch>
    50     struct architecture_config
    57 #ifndef DOXYGEN_SHOULD_SKIP_THIS    58 template<
typename ReduceConfig, 
typename Value>
    59 template<target_arch Arch>
    63 template<
typename Value>
    64 template<target_arch Arch>
    67 #endif // DOXYGEN_SHOULD_SKIP_THIS    76 #endif // ROCPRIM_DEVICE_DEVICE_REDUCE_CONFIG_HPP_ Special type used to show that the given device-level operation will be executed with optimal configu...
Definition: config_types.hpp:45
Definition: device_config_helper.hpp:222
Deprecated: Configuration of device-level scan primitives. 
Definition: block_histogram.hpp:62
Definition: device_reduce_config.hpp:37
Definition: device_reduce.hpp:42
Definition: device_reduce_config.hpp:40
Definition: test_device_binary_search.cpp:37