Skip to content
  1. Nov 18, 2021
  2. Oct 22, 2021
  3. Sep 01, 2021
  4. Aug 28, 2021
  5. Aug 27, 2021
    • Matt Arsenault's avatar
      AMDGPU: Invert AMDGPUAttributor · 088cc636
      Matt Arsenault authored
      Switch to using BitIntegerState for each of the inputs, and invert
      their meanings.
      
      This now diverges more from the old AMDGPUAnnotateKernelFeatures, but
      this isn't used yet anyway.
      088cc636
  6. Aug 26, 2021
  7. Aug 06, 2021
    • Reshabh Sharma's avatar
      [AMDGPU] Handle functions in llvm's global ctors and dtors list · 5173854f
      Reshabh Sharma authored
      This patch introduces a new code object metadata field, ".kind"
      which is used to add support for init and fini kernels.
      
      HSAStreamer will use function attributes, "device-init" and
      "device-fini" to distinguish between init and fini kernels from
      the regular kernels and will emit metadata with ".kind" set to
      "init" and "fini" respectively.
      
      To reduce the number of init and fini kernels, the ctors and
      dtors present in the llvm's global.ctors and global.dtors lists
      are called from a single init and fini kernel respectively.
      
      Reviewed by: yaxunl
      
      Differential Revision: https://reviews.llvm.org/D105682
      5173854f
  8. Aug 04, 2021
  9. Jul 19, 2021
  10. Jul 15, 2021
  11. Jul 13, 2021
  12. Jul 12, 2021
  13. Jul 09, 2021
  14. Jul 06, 2021
  15. Jun 30, 2021
  16. Jun 25, 2021
  17. Jun 24, 2021
  18. Jun 09, 2021
  19. Jun 08, 2021
  20. May 21, 2021
  21. May 18, 2021
  22. May 14, 2021
  23. May 13, 2021
  24. May 11, 2021
  25. Apr 08, 2021
  26. Apr 02, 2021
  27. Mar 30, 2021
  28. Mar 26, 2021
  29. Mar 23, 2021
  30. Feb 27, 2021
  31. Feb 19, 2021
Loading