mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Make cuda_basic test compile again by adding lots of EIGEN_DEVICE_FUNC.
Although the test passes now, there might still be some missing.
This commit is contained in:
@@ -121,7 +121,7 @@ struct evaluator<Solve<Decomposition,RhsType> >
|
||||
typedef evaluator type;
|
||||
typedef evaluator nestedType;
|
||||
|
||||
explicit evaluator(const SolveType& solve)
|
||||
EIGEN_DEVICE_FUNC explicit evaluator(const SolveType& solve)
|
||||
: m_result(solve.rows(), solve.cols())
|
||||
{
|
||||
::new (static_cast<Base*>(this)) Base(m_result);
|
||||
|
||||
Reference in New Issue
Block a user