Skip to content

Commit

Permalink
Deprecate cub::ArrayWrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber committed May 21, 2024
1 parent 34241a9 commit 8feecc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cub/cub/util_type.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ struct KeyValuePair<K, V, false, true>
* \brief A wrapper for passing simple static arrays as kernel parameters
*/
template <typename T, int COUNT>
struct ArrayWrapper
struct CUB_DEPRECATED ArrayWrapper
{
/// Statically-sized array of type \p T
T array[COUNT];
Expand Down

0 comments on commit 8feecc0

Please sign in to comment.