You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In tests/ops/ops_kokkos_diag.cc, there are two uses of an Eigen::VectorXd even if PRESSIO_ENABLE_TPL_EIGEN is off. This causes a problem when building with kokkos on but eigen off.
In
tests/ops/ops_kokkos_diag.cc
, there are two uses of anEigen::VectorXd
even ifPRESSIO_ENABLE_TPL_EIGEN
is off. This causes a problem when building with kokkos on but eigen off.pressio-ops/tests/ops/ops_kokkos_diag.cc
Line 176 in e5d5e14
pressio-ops/tests/ops/ops_kokkos_diag.cc
Line 239 in e5d5e14
The text was updated successfully, but these errors were encountered: