[libc-commits] [PATCH] D154519: [libc] Support fopen / fclose on the GPU

Jon Chesterfield via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Jul 5 16:06:45 PDT 2023


JonChesterfield accepted this revision.
JonChesterfield added a comment.

There's a design question in here I think. Specifically whether FILE* is some handle to a host only thing or something that lives on the GPU. I can see arguments both ways, this LGTM too.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D154519



More information about the libc-commits mailing list