[libc-commits] [PATCH] D157622: [libc] Implement fopen, fclose, and fread on the GPU
Joseph Huber via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed Aug 16 07:14:54 PDT 2023
This revision was automatically updated to reflect the committed changes.
Closed by commit rG1e573f378c52: [libc] Implement fopen, fclose, and fread on the GPU (authored by jhuber6).
Changed prior to commit:
https://reviews.llvm.org/D157622?vs=549042&id=550743#toc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157622/new/
https://reviews.llvm.org/D157622
Files:
libc/config/gpu/entrypoints.txt
libc/docs/gpu/support.rst
libc/src/stdio/CMakeLists.txt
libc/src/stdio/fclose.cpp
libc/src/stdio/fopen.cpp
libc/src/stdio/fread.cpp
libc/src/stdio/fread_unlocked.cpp
libc/src/stdio/generic/CMakeLists.txt
libc/src/stdio/generic/fclose.cpp
libc/src/stdio/generic/fopen.cpp
libc/src/stdio/generic/fread.cpp
libc/src/stdio/generic/fread_unlocked.cpp
libc/src/stdio/gpu/CMakeLists.txt
libc/src/stdio/gpu/fclose.cpp
libc/src/stdio/gpu/file.h
libc/src/stdio/gpu/fopen.cpp
libc/src/stdio/gpu/fread.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157622.550743.patch
Type: text/x-patch
Size: 9257 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230816/d906a6b7/attachment.bin>
More information about the libc-commits
mailing list