Forum Discussion

Björne2's avatar
Björne2
Icon for New Contributor rankNew Contributor
2 years ago
Solved

Banking local memory causes nondeterminism

A central part of my design is a local array declared as follows: float arr[1 << 16]; This works well, but to increase throughput I'm trying to bank it as follows: float arr[1 << 16] __attribute__((...
  • aikeu's avatar
    2 years ago

    Hi Björne2,


    Thanks for the feedback.

    I will close the thread since the issue has been resolved on your side.


    Thanks.

    Regards,

    Aik Eu