[Openmp-commits] [PATCH] D132532: [libomptarget] Avoid deleting the same entry multiple times

Guilherme Valarini via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Aug 25 10:43:33 PDT 2022


gValarini added a comment.

In D132532#3745885 <https://reviews.llvm.org/D132532#3745885>, @ye-luo wrote:

> tracking threads. My quick take will be another can of worms. I need to think about it when your patch shows up.

I have just submitted patch D132676 <https://reviews.llvm.org/D132676> with the implementation that I described before. I believe that by tracking the threads in a scoped manner, we may reduce the work of maintaining the solution. What do you think?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D132532/new/

https://reviews.llvm.org/D132532



More information about the Openmp-commits mailing list