[libc-commits] [PATCH] D148485: [libc] Add the '--threads' and '--blocks' option to the GPU loaders

Joseph Huber via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Apr 17 12:43:41 PDT 2023


jhuber6 added a comment.

In D148485#4275183 <https://reviews.llvm.org/D148485#4275183>, @tra wrote:

> LGTM.
>
> Do we want to allow specifying the amount of shared memory as well?

Not sure if we'll have a use for dynamic shared memory in `libc` so far. Might be worthwhile for testing though, since this is a generic launcher of kernels.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148485



More information about the libc-commits mailing list