Skip to content
  1. Dec 06, 2021
  2. Dec 04, 2021
  3. Dec 02, 2021
  4. Dec 01, 2021
  5. Nov 30, 2021
  6. Nov 29, 2021
    • Matt Arsenault's avatar
      OpenMP: Correctly query location for amdgpu-arch · 935abeaa
      Matt Arsenault authored
      This was trying to figure out the build path for amdgpu-arch, and
      making assumptions about where it is which were not working on my
      system. Whether a standalone build or not, we should have a proper
      imported target to get the location from.
      935abeaa
  7. Nov 23, 2021
    • Jon Chesterfield's avatar
      [openmp][amdgpu] Make plugin robust to presence of explicit implicit arguments · ae5348a3
      Jon Chesterfield authored
      OpenMP (compiler) does not currently request any implicit kernel
      arguments. OpenMP (runtime) allocates and initialises a reasonable guess at
      the implicit kernel arguments anyway.
      
      This change makes the plugin check the number of explicit arguments, instead
      of all arguments, and puts the pointer to hostcall buffer in both the current
      location and at the offset expected when implicit arguments are added to the
      metadata by D113538.
      
      This is intended to keep things running while fixing the oversight in the
      compiler (in D113538). Once that patch lands, and a following one marks
      openmp kernels that use printf such that the backend emits an args element
      with the right type (instead of hidden_node), the over-allocation can be
      removed and the hardcoded 8*e+3 offset replaced with one read from the
      .offset of the corresponding metadata element.
      
      Reviewed By: estewart08
      
      Differential Revision: https://reviews.llvm.org/D114274
      ae5348a3
  8. Nov 20, 2021
  9. Nov 19, 2021
  10. Nov 17, 2021
  11. Nov 16, 2021
    • Joseph Huber's avatar
      [OpenMP] Fix initializer not working on AMDGPU · 374cd0fb
      Joseph Huber authored
      The RAII class used for debugging RTL entry used a shared variable to
      keep track of the current depth. This used a global initializer, which
      isn't supported on AMDGPU. This patch removes the initializer and
      instead sets it to zero when the state is initialized in the runtime.
      
      Reviewed By: jdoerfert, JonChesterfield
      
      Differential Revision: https://reviews.llvm.org/D113963
      374cd0fb
  12. Nov 15, 2021
  13. Nov 12, 2021
  14. Nov 11, 2021
  15. Nov 10, 2021
  16. Nov 09, 2021
  17. Nov 08, 2021
  18. Nov 05, 2021
Loading