[PATCH] D89905: [AMDGPU] Support for device scope shared variables
    Mahesha S via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Nov 12 23:51:51 PST 2020
    
    
  
hsmhsm updated this revision to Diff 305046.
hsmhsm added a comment.
Successfully tested an HIP application which defines different shared
variables of different types within different device functions, and there
exist call graph path from kernel to all these device functions.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D89905/new/
https://reviews.llvm.org/D89905
Files:
  llvm/lib/Target/AMDGPU/AMDGPU.h
  llvm/lib/Target/AMDGPU/AMDGPUAlwaysInlinePass.cpp
  llvm/lib/Target/AMDGPU/AMDGPUDeviceScopeSharedVariable.cpp
  llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
  llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.h
  llvm/lib/Target/AMDGPU/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89905.305046.patch
Type: text/x-patch
Size: 45735 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201113/86e16e0e/attachment.bin>
    
    
More information about the llvm-commits
mailing list