hcc icon indicating copy to clipboard operation
hcc copied to clipboard

kernarg buffer allocation strategy improvement

Open scchan opened this issue 5 years ago • 1 comments

  • add the capability to allocate kernarg buffer in coarse grained GPU memory to leverage caching (off by default)
  • implemented a new algorithm to manage kernarg buffers
    • provides a control point when to recycle old kernel buffers (for coarse grained buffers)
    • more efficient free kernarg buffer lookup
    • supports multiple pools with kernarg buffer sizes

scchan avatar Feb 23 '20 23:02 scchan

branch rebased and resolved conflicts

scchan avatar Mar 02 '20 21:03 scchan