Skip to content

Commit

Permalink
Make function object copyable
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber committed Jan 16, 2025
1 parent cd81d8c commit 3d5c55b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cub/test/catch2_large_array_sort_helper.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ template <typename KeyType>
class key_sort_ref_key_transform
{
static constexpr double max_key = static_cast<double>(::cuda::std::numeric_limits<KeyType>::max());
const double m_conversion;
double m_conversion;
std::size_t m_num_items;
bool m_is_descending;

Expand Down

0 comments on commit 3d5c55b

Please sign in to comment.