Skip to content

Migration to monticore 5.0.1 and a newer Math

Svetlana Pavlitskaya requested to merge moved_to_monticore_5 into master

Build for windows does not pass due to a newline issue. The failure log is:

[ERROR] Cifar10Classifier.emadl:<1,16>: extraneous input '\r\n' expecting {'import', 'component'}

Redefining a newline token did not help.

Also, EMADL does not yet use EmamOpt and MathOpt. An attempt to use those leads to an extremely long compilation (>1h), so that CI cancels such build.

I suggest to merge this branch so that a working EMADL version is available and fix these issues later.

Edited by Svetlana Pavlitskaya

Merge request reports