Altera_Forum
Honored Contributor
7 years agoMore Work items - More Resource usage?
I have tried increasing work items per work group with number of CU = 1 using the following attribute
__attribute__((reqd_work_group_size(BLOCKDIM,BLOCKDIM,1))) in the matrix multiplication example. In first case : I have set the BLOCKDIM = 16 In the second case : I have set BLOCKDIM = 32 I get almost same resource usage and latency. The number of DSP units are also same. I only observe propotional increase in resource usage when I increase compute units, SIMD or unrolling loops. How does work item get mapped in FPGA fabric.