Forum Discussion
Altera_Forum
Honored Contributor
8 years ago --- Quote Start --- No, that is not what this means. That number is just the latency of the pipeline which determines the maximum number of threads that can be simultaneously "in-flight" in the pipeline. This does not limit the total number of work-items you can run with that kernel. --- Quote End --- Thanks HRZ! What causes this number to be 303? Depends on the for loop condition, in the above example j=row+1 < height?