[Openmp-commits] [PATCH] D103509: [AMDGPU][Libomptarget][NFC] Remove bunch of dead structs

Jon Chesterfield via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Jun 2 03:08:11 PDT 2021


JonChesterfield accepted this revision.
JonChesterfield added inline comments.
This revision is now accepted and ready to land.


================
Comment at: openmp/libomptarget/plugins/amdgpu/impl/system.cpp:357
 
   size_t num_procs = cpu_procs.size() + gpu_procs.size();
   int num_iGPUs = 0;
----------------
One fewer memory leak too.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103509



More information about the Openmp-commits mailing list