Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
7 years ago

More 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 ex...