Forum Discussion
Altera_Forum
Honored Contributor
8 years agoSadly, this does not help. As an example of my problems, consider the altera matrix multiplication example from altera's website:
https://www.altera.com/support/support-resources/design-examples/design-software/opencl/matrix-multiplication.html This was designed for the stratix 5, with a blocksize of 64 and 4 simd paths. The arria 10 has more resources, so to utilize them I instead set the blocksize to 104 and created 8 simd paths. However, this does not route even though the resource usage is not that high. I do not know why or how to reason about this. Any suggestions?