Altera_Forum
Honored Contributor
8 years agomax_work_group_size vs reqd_work_group_size
Hello,
Can anybody tell what is real difference between these two attributes: max_work_group_size and reqd_work_group_size? for example between max_work_group_size(256) and reqd_work_group_size(256)? Is there any benefit in using reqd_work_group_size, while max_work_group_size is a super-set of it? I guessed the reqd_work_group_size leads to more optimized hardware, but after some tests I saw even the hardware size did not change that much. thanks