Skip to content

Commit

Permalink
Remove another inline statement
Browse files Browse the repository at this point in the history
  • Loading branch information
julianmi committed Apr 16, 2024
1 parent 17d1367 commit e39f642
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class __reduce_kernel;
// Adjust number of sequential operations per work-item based on the vector size. Single elements are kept to
// improve performance of small arrays or remainder loops.
template <::std::uint8_t _VecSize, typename _Size>
inline _Size
_Size
__adjust_iters_per_work_item(_Size __iters_per_work_item)
{
if (__iters_per_work_item > 1)
Expand Down

0 comments on commit e39f642

Please sign in to comment.