Description
Warning: [200-957] Unable to rewind loop %s:
loop nest is not flattened.
This message reports that the code is
violating loop rewind optimization rules.Explanation
Loop rewind optimization requires flattened nested loops to be flattened, and the nested loops could not be flattened.
Solution
See Loop Flatten.