[PATCH] D92434: [NFC][AMDGPU] AMDGPU code object V4 ABI documentation

Artem Belevich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 5 14:20:47 PST 2021


tra added inline comments.


================
Comment at: llvm/docs/AMDGPUUsage.rst:959
+     ===================================== ===== =============================
+     ``EF_AMDGPU_FEATURE_XNACK_V2``        0x01  Indicates if the ``xnack``
+                                                 target feature is
----------------
Where do these flags live?
I do not see them in https://github.com/llvm/llvm-project/blob/main/llvm/include/llvm/BinaryFormat/ELF.h#L738

Do these doc changes reflect a patch that did not land yet?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92434



More information about the llvm-commits mailing list