Nonfunctional commit fixing several minor spelling errors in llvm/lib/Target/AMDGPU header files.
Testing workflow as a new contributor.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
| Paths 
 |  Differential  D109733  
[AMDGPU] NFC: Fixing small spelling errors in AMDGPU header files ClosedPublic Authored by lamb-j on Sep 13 2021, 7:34 PM. 
Details Summary Nonfunctional commit fixing several minor spelling errors in llvm/lib/Target/AMDGPU header files. 
Diff Detail 
 Event TimelineHerald added subscribers: foad, hiraditya, t-tye and 7 others.  ·  View Herald TranscriptSep 13 2021, 7:34 PM This revision is now accepted and ready to land.Sep 13 2021, 8:04 PM This revision was landed with ongoing or failed builds.Sep 16 2021, 1:03 PM Closed by commit rG4c1023b4b790: [AMDGPU] NFC: Fixing small spelling errors in AMDGPU header files (authored by lamb-j).  ·  Explain Why This revision was automatically updated to reflect the committed changes. 
Revision Contents 
 
 
Diff 372390 llvm/lib/Target/AMDGPU/AMDGPU.h
 llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.h
 llvm/lib/Target/AMDGPU/GCNSchedStrategy.h
 llvm/lib/Target/AMDGPU/GCNSubtarget.h
 llvm/lib/Target/AMDGPU/R600InstrInfo.h
 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
clang-format: please reformat the code
- enum : unsigned { - // The maximum value for flat, generic, local, private, constant and region. - MAX_AMDGPU_ADDRESS = 7, - - FLAT_ADDRESS = 0, ///< Address space for flat memory. - GLOBAL_ADDRESS = 1, ///< Address space for global memory (RAT0, VTX0). - REGION_ADDRESS = 2, ///< Address space for region memory. (GDS) - - CONSTANT_ADDRESS = 4, ///< Address space for constant memory (VTX2). - LOCAL_ADDRESS = 3, ///< Address space for local memory.84 diff lines are omitted. See full path.