Skip to content

Commit

Permalink
Backup
Browse files Browse the repository at this point in the history
  • Loading branch information
eeprude committed May 26, 2024
1 parent bd22118 commit 89bb40c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lapack/unit_test/Test_Lapack_geqrf.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,8 @@ void getQR(int const m, int const n, typename ViewTypeA::HostMirror const& h_A,

template <class ViewTypeA, class ViewTypeTau, class Device>
void impl_test_geqrf(int m, int n) {
using ViewTypeInfo = Kokkos::View<int*, Kokkos::LayoutLeft, Device>;
using ALayout_t = typename ViewTypeA::array_layout;
using ViewTypeInfo = Kokkos::View<int*, ALayout_t, Device>;
using execution_space = typename Device::execution_space;
using ScalarA = typename ViewTypeA::value_type;
using ats = Kokkos::ArithTraits<ScalarA>;
Expand Down

0 comments on commit 89bb40c

Please sign in to comment.