Hi,
my customer find that they will have infinite big value for MR1 for the code below in CLA:

The variable is part of the struct defined in H file

And it's initialized in CPU code below:

If I switch the struct sequence and make lfILCoefK after lfILCoefB, the error will be MR0, which means that the data pass from lfILCoefK to MR0 is wrong.
But I've no idea why it's like this, since we have specify it's float32 for the variable, so it should not be related to different data length for the same data type between CPU and CLA.


