Forum Discussion

DongWang-BJTU's avatar
DongWang-BJTU
Icon for Occasional Contributor rankOccasional Contributor
5 years ago
Solved

Question 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 an...
  • MEIYAN_L_Intel's avatar
    5 years ago

    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