[PATCH] D134714: [AMDGPU] Make the uses_dynamic_stack field in the kernel descriptor and the metadata map specific to code object v5 and later

Abinav Puthan Purayil via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 11 11:15:51 PDT 2022


abinavpp added a comment.

Oops, I think I broke docs-llvm-html: https://lab.llvm.org/buildbot/#/builders/30/builds/27004. Sorry, I don't think I enabled this in my cmake at the moment. Will this fix the error:

  diff --git a/llvm/docs/AMDGPUUsage.rst b/llvm/docs/AMDGPUUsage.rst
  index da8a5cf19dbc..eac0883c4949 100644
  --- a/llvm/docs/AMDGPUUsage.rst
  +++ b/llvm/docs/AMDGPUUsage.rst
  @@ -3577,6 +3577,7 @@ Code object V5 metadata is the same as
        ".uses_dynamic_stack" boolean                  Indicates if the generated machine code
                                                       is using a dynamically sized stack.
        ===================== ============= ========== =======================================
  +
   ..
   
     .. table:: AMDHSA Code Object V5 Kernel Argument Metadata Map Additions and Changes


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134714



More information about the llvm-commits mailing list