DongWang-BJTU
Occasional Contributor
5 years agoQuestion on the new features of OpenCLSDK v20.1
Hi, I have recently noticed that in SDK v20.1 it is that the following new feature is available:
"Enabled stall enable clusters pragma to reduce local memory usage by removing FIFO instantiations and latency between functions."
however, I could not find corresponding instructions in the manual.
Has anyone tried this new feature yet ? What pragma should I use ?
Thx
Hi,
It seems like there is a documentation problem as there is no information for this feature. I had reported to developer to check on this problem.
You could able to apply this feature by using __attribute__((stall_enable)) to a kernel, then the compiler should only create stall-enable clusters in that kernel.
Thanks