Björne2
New Contributor
2 years agoBanking 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__((...