Skip to content

Commit

Permalink
Apply suggestion from elstehle
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber committed Aug 30, 2024
1 parent 5789029 commit c2b6385
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cub/cub/util_device.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -703,8 +703,8 @@ private:
};

/// Helper for dispatching into a policy chain (end-of-chain specialization)
template <int PTX_VERSION, typename PolicyT>
struct ChainedPolicy<PTX_VERSION, PolicyT, PolicyT>
template <int PolicyPtxVersion, typename PolicyT>
struct ChainedPolicy<PolicyPtxVersion, PolicyT, PolicyT>
{
template <int, typename, typename>
friend struct ChainedPolicy; // befriend primary template, so it can call invoke_static
Expand Down

0 comments on commit c2b6385

Please sign in to comment.