xls icon indicating copy to clipboard operation
xls copied to clipboard

Codegen options should be per-proc

Open grebe opened this issue 11 months ago • 0 comments

With multi-proc codegen (#950) the current system applies the same codegen option to each proc, but you may want each proc to have its own settings (e.g. pipeline depth set per-proc, I/O flopping, etc.).

Some options might make sense to move out of flags into source. Some options should be moved into a map that has instance-path keys and options as values.

If we want to build options programmatically, we may want an options-proto-builder to help manage the complexity.

grebe avatar Mar 06 '24 01:03 grebe