|
using | TempStorage = typename base_type::storage_type |
|
|
HIPCUB_DEVICE | BlockLoad (TempStorage &temp_storage) |
|
template<class InputIteratorT > |
HIPCUB_DEVICE void | Load (InputIteratorT block_iter, T(&items)[ITEMS_PER_THREAD]) |
|
template<class InputIteratorT > |
HIPCUB_DEVICE void | Load (InputIteratorT block_iter, T(&items)[ITEMS_PER_THREAD], int valid_items) |
|
template<class InputIteratorT , class Default > |
HIPCUB_DEVICE void | Load (InputIteratorT block_iter, T(&items)[ITEMS_PER_THREAD], int valid_items, Default oob_default) |
|
The documentation for this class was generated from the following file: