[Openmp-commits] [PATCH] D94256: [OpenMP] Fixed the issue that memory manager calls plugin interface to release buffered memory even after the plugin has been destroyed
    Vyacheslav Zakharin via Phabricator via Openmp-commits 
    openmp-commits at lists.llvm.org
       
    Thu Jan  7 16:25:45 PST 2021
    
    
  
vzakhari added inline comments.
================
Comment at: openmp/libomptarget/src/rtl.cpp:444-445
 
   // TODO: Remove RTL and the devices it manages if it's not used anymore?
   // TODO: Write some RTL->unload_image(...) function?
 
----------------
Can we just implement this instead?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D94256/new/
https://reviews.llvm.org/D94256
    
    
More information about the Openmp-commits
mailing list