[PATCH] D127052: [amdgpu][nfc] Allocate kernel-specific LDS struct deterministically

Siu Chi Chan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 7 08:08:31 PDT 2022


scchan added a comment.

In D127052#3560815 <https://reviews.llvm.org/D127052#3560815>, @JonChesterfield wrote:

> Hoping this is uncontroversial - got more patches to follow up with if we can land this,

This patch essentially turns the module scope LDS layout struct into creating a function scope thing for every kernel using global LDS?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127052



More information about the llvm-commits mailing list