phaniarnab opened a new pull request, #1797: URL: https://github.com/apache/systemds/pull/1797
This patch splits the weighted queue of the free pointers in the GPU cache into multiple free lists, one for each allocated size. The entries in the free lists are ordered by a scoring function of compute time. When malloc is called, we recycle one free pointer with less reuse potential. We also extended the statistics to report recycling count. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@systemds.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org