Skip to content

Commit

Permalink
remove duplicated experimental TeamScale
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikołaj Zuzek committed Jun 23, 2022
1 parent 3046f2a commit 3b01b58
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 543 deletions.
14 changes: 0 additions & 14 deletions src/blas/KokkosBlas1_team_scal.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@

#include <KokkosBlas1_team_scal_impl.hpp>

// TODO: deprecate/remove ?
#include <KokkosBlas1_team_scal_spec.hpp>

namespace KokkosBlas {

///
Expand Down Expand Up @@ -84,17 +81,6 @@ struct TeamVectorScale {
}
};

// TODO: deprecate/remove ?
namespace Experimental {

template <class TeamType, class RVector, class XVector>
void KOKKOS_INLINE_FUNCTION
scal(const TeamType& team, const RVector& r,
const typename XVector::non_const_value_type& a, const XVector& x) {
return Impl::TeamScal<TeamType, RVector, XVector>::team_scal(team, r, a, x);
}

} // namespace Experimental
} // namespace KokkosBlas

#endif
86 changes: 0 additions & 86 deletions src/blas/impl/KokkosBlas1_team_scal_spec.hpp

This file was deleted.

1 change: 0 additions & 1 deletion unit_test/blas/Test_Blas.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
#include "Test_Blas1_team_dot.hpp"
#include "Test_Blas1_team_mult.hpp"
#include "Test_Blas1_team_nrm2.hpp"
#include "Test_Blas1_team_scal.hpp"
#include "Test_Blas1_team_update.hpp"

// Blas 2
Expand Down
Loading

0 comments on commit 3b01b58

Please sign in to comment.