Skip to content

Commit

Permalink
Backup
Browse files Browse the repository at this point in the history
  • Loading branch information
eeprude committed May 20, 2024
1 parent 541955c commit cc9ba4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lapack/tpls/KokkosLapack_geqrf_tpl_spec_decl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ void rocsolverGeqrfWrapper(const ExecutionSpace& space, const TWViewType& Work,
Kokkos::Device<Kokkos::HIP, MEM_SPACE>, \
Kokkos::MemoryTraits<Kokkos::Unmanaged>>, \
Kokkos::View<SCALAR*, LAYOUT, \
Kokkos::Device<Kokkos::HIP, MEM_SPACE>, \
Kokkos::Device<Kokkos::HIP, MEM_SPACE>, \
Kokkos::MemoryTraits<Kokkos::Unmanaged>>>::value> { \
using AViewType = \
Kokkos::View<SCALAR**, LAYOUT, Kokkos::Device<Kokkos::HIP, MEM_SPACE>, \
Expand Down

0 comments on commit cc9ba4b

Please sign in to comment.