[PATCH] D125060: [amdgpu][wip] Implement lds kernel id intrinsic

Jon Chesterfield via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 20 08:13:30 PDT 2022


JonChesterfield added a comment.

This or equivalent is required to allocate LDS at different addresses from different kernels which is required to minimise LDS requirements. I'm going to assume the design is acceptable as it matches what we're already doing and noone has said otherwise, therefore will write the associated test changes.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125060



More information about the llvm-commits mailing list