hiop icon indicating copy to clipboard operation
hiop copied to clipboard

hiopMatrixDenseRaja used when it is not defined

Open fritzgoebel opened this issue 3 years ago • 0 comments

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.

fritzgoebel avatar Feb 10 '23 20:02 fritzgoebel