Skip to content

Commit

Permalink
Enable hypre with HIP
Browse files Browse the repository at this point in the history
  • Loading branch information
streeve committed Aug 3, 2023
1 parent 0b99576 commit 5673f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cajita/src/Cajita_HypreStructuredSolver.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ struct HypreIsCompatibleWithMemorySpace<Kokkos::CudaUVMSpace> : std::true_type
//! the HYPRE CMake includes HIP
template <>
struct HypreIsCompatibleWithMemorySpace<Kokkos::ExperimentalHIPSpace>
: std::false_type
: std::true_type
{
};
#endif // end KOKKOS_ENABLE_HIP
Expand Down

0 comments on commit 5673f3c

Please sign in to comment.