|
rocPRIM
|
Configuration for the device-level transform operation. More...
#include <device_config_helper.hpp>

Static Public Attributes | |
| 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 transform 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. |
1.8.13