This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGee3e64262757: [AMDGPU] Add gfx90c target (authored by tpr).
Herald added a subscriber: emaste.
Herald added a reviewer: espindola.
Changed prior to c
scott.linder added inline comments.
Comment at: llvm/test/Object/AMDGPU/elf-header-flags-mach.yaml:161
# RUN: yaml2obj --docnum=41 %s > %t.o.41
# RUN: llvm-readobj -s -file-headers %t.o.41 | FileCheck
--check-prefixes=ELF-ALL,ELF-GFX1031 %s
Heads up, I just
t-tye accepted this revision.
t-tye added a comment.
This revision is now accepted and ready to land.
LGTM
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90419/new/
https://reviews.llvm.org/D90419
___
cfe
tpr updated this revision to Diff 301886.
tpr added a comment.
V3: Listed products. Marked as "xnack enabled".
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90419/new/
https://reviews.llvm.org/D90419
Files:
clang/include/clang/Basic/Cuda.h
cla
foad added inline comments.
Comment at: llvm/docs/AMDGPUUsage.rst:261
+ ``gfx90c`` ``amdgcn`` APU - xnack
*TBA*
+ [off]
+
tpr updated this revision to Diff 301723.
tpr added a comment.
V2: Fixed copy-o in AMDGPUUsage.rst change.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90419/new/
https://reviews.llvm.org/D90419
Files:
clang/include/clang/Basic/Cuda.h
clang/l
tpr created this revision.
Herald added subscribers: llvm-commits, cfe-commits, dexonsmith, kerbowa,
rupprecht, hiraditya, t-tye, dstuttard, yaxunl, nhaehnle, jvesely, kzhuravl,
arsenm, jholewinski.
Herald added a reviewer: jhenderson.
Herald added projects: clang, LLVM.
tpr requested review of t