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 src/Linalg/LinAlgFactory.cpp, in line 366, a hiop::hiopMatrixDenseRaja<hiop::MemBackendCuda, hiop::ExecPolicyRajaCuda> is created outside of HIOP_USE_RAJA. This gives an error when building without Raja.
The text was updated successfully, but these errors were encountered:
In
src/Linalg/LinAlgFactory.cpp
, in line 366, ahiop::hiopMatrixDenseRaja<hiop::MemBackendCuda, hiop::ExecPolicyRajaCuda>
is created outside ofHIOP_USE_RAJA
. This gives an error when building without Raja.The text was updated successfully, but these errors were encountered: