[MLIR] Fix non-determ. order of nodes in MLIR sub-graphs (#3614)
Replace set with vector container in MLIR sub-graphs for nodes, inputs and outputs. Using a set caused different order of operations in MLIR code across different executions and this led to differences in optimizations.
Showing
Please
register
or
sign in
to comment