Forum Discussion

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

local memory and private memory size?

NDRange setting WorkSize[3] = {56, 56, 96} WorkGroupSize[3] = {14, 14, 1} I would like to copy data from global memory to work group as local memory. I also want to copy some data fr...