Skip to content

Commit

Permalink
Remove stray Cuda graph pattern specialization from tag
Browse files Browse the repository at this point in the history
  • Loading branch information
dalg24 committed Aug 25, 2023
1 parent 592f20c commit 23ceffb
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions core/src/Cuda/Kokkos_Cuda_GraphNodeKernel.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,6 @@
namespace Kokkos {
namespace Impl {

// FIXME Remove once all backends implement the new reduce interface
template <class CombinedFunctorReducer, class PolicyType>
struct PatternImplSpecializationFromTag<
Kokkos::ParallelReduceTag, CombinedFunctorReducer, PolicyType, Kokkos::Cuda>
: type_identity<
ParallelReduce<CombinedFunctorReducer, PolicyType, Kokkos::Cuda>> {};

template <class PolicyType, class Functor, class PatternTag, class... Args>
class GraphNodeKernelImpl<Kokkos::Cuda, PolicyType, Functor, PatternTag,
Args...>
Expand Down

0 comments on commit 23ceffb

Please sign in to comment.