Why enforcing EIGEN_RUNTIME_NO_MALLOC ? #8
Replies: 1 comment 1 reply
-
68c7976 now disables these Eigen options by default. The checks can be enabled again by setting Note that Granted, these flags could cause ABI issues and ODR violations when combining alpaqa with other code that uses Eigen without the same flags, so disabling them by default and leaving it up to the user is indeed a good idea, thanks! |
Beta Was this translation helpful? Give feedback.
-
I would appreciate some clarification regarding the purpose of enforcing in src/CMakeLists.txt, see this line. My suggestion is to consider leaving this enforcement decision to the developer's discretion, as it doesn't appear to be a mandatory requirement for Alpaqa's implementation.
Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions