[llvm] [OFFLOAD] Add support for indexed per-thread containers (PR #164263)
    Alex Duran via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Oct 23 02:15:25 PDT 2025
    
    
  
adurang wrote:
@jhuber6 I fixed the containers, removed most locks and made some cleanup. I also added a new routine that handles deinit with Errors. 
About the locking, all the current cases require the fine-grain locking so I'm not sure if it's worth it to add the option I mentioned at this point (but we could do that later).
https://github.com/llvm/llvm-project/pull/164263
    
    
More information about the llvm-commits
mailing list