Sometimes the user needs to finely tune their assembly parameters for their own purposes.
The best way to do this is to construct their own fml_opt_t structure and pass it to FermiAssembler.
I added a constructor that implements this and also exposed another flag for graph simplification.
Hi,
Sometimes the user needs to finely tune their assembly parameters for their own purposes. The best way to do this is to construct their own
fml_opt_t
structure and pass it toFermiAssembler
. I added a constructor that implements this and also exposed another flag for graph simplification.Hope these changes are useful, Cristian Groza