21 #ifndef ROCPRIM_DEVICE_DEVICE_RUN_LENGTH_ENCODE_CONFIG_HPP_ 22 #define ROCPRIM_DEVICE_DEVICE_RUN_LENGTH_ENCODE_CONFIG_HPP_ 24 #include <type_traits> 26 #include "../config.hpp" 27 #include "../detail/various.hpp" 29 #include "config_types.hpp" 34 BEGIN_ROCPRIM_NAMESPACE
43 class ReduceByKeyConfig,
66 #endif // ROCPRIM_DEVICE_DEVICE_RUN_LENGTH_ENCODE_CONFIG_HPP_ SelectConfig select
Configuration of device-level select operation.
Definition: device_run_length_encode_config.hpp:51
Special type used to show that the given device-level operation will be executed with optimal configu...
Definition: config_types.hpp:45
ReduceByKeyConfig reduce_by_key
Configuration of device-level reduce-by-key operation.
Definition: device_run_length_encode_config.hpp:49
Configuration of device-level run-length encoding operation.
Definition: device_run_length_encode_config.hpp:46
Deprecated: Configuration of device-level scan primitives.
Definition: block_histogram.hpp:62