Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 532 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 532 Bytes

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 >