rocPRIM
|
Configuration for the device-level binary search operation. More...
#include <device_config_helper.hpp>
Additional Inherited Members | |
![]() | |
static constexpr unsigned int | block_size = BlockSize |
Number of threads in a block. | |
static constexpr unsigned int | items_per_thread = ItemsPerThread |
Number of items processed by each thread. | |
static constexpr unsigned int | size_limit = SizeLimit |
Limit on the number of items for a single kernel launch. | |
Configuration for the device-level binary search operation.
BlockSize | Number of threads in a block. |
ItemsPerThread | Number of items processed by each thread. |
SizeLimit | Limit on the number of items for a single kernel launch. |