FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

krasznaa/EigenVersionProblem: Code demonstrating how using two different versions of Eigen in the same code is problematic · GitHub

Repository files navigation

EigenVersionProblem

Code used to demonstrate an issue in the discussion:

microsoft/onnxruntime#2812

Should be possible to compile with any reasonable C++ compiler, and a recent CMake version.

The expected output after compilation is:

[bash][thor]:install > ./bin/testNew
New printout
[bash][thor]:install > ./bin/testOld
Old printout
[bash][thor]:install > ./bin/testBoth1
Old printout
Old printout
[bash][thor]:install > ./bin/testBoth2
New printout
New printout
[bash][thor]:install >

About

Code demonstrating how using two different versions of Eigen in the same code is problematic

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL