[libc-commits] [PATCH] D139839: [libc] Add a loader utility for AMDHSA architectures for testing
Joseph Huber via Phabricator via libc-commits
libc-commits at lists.llvm.org
Mon Dec 12 17:07:30 PST 2022
jhuber6 updated this revision to Diff 482316.
jhuber6 added a comment.
Simplify code, as fine-grained memory can be read from the device without needing to be copied explicitly.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139839/new/
https://reviews.llvm.org/D139839
Files:
libc/CMakeLists.txt
libc/test/CMakeLists.txt
libc/test/utils/tools/CMakeLists.txt
libc/test/utils/tools/DeviceLoader/CMakeLists.txt
libc/test/utils/tools/DeviceLoader/DeviceMain.cpp
libc/utils/CMakeLists.txt
libc/utils/DeviceLoader/CMakeLists.txt
libc/utils/DeviceLoader/Loader.h
libc/utils/DeviceLoader/Main.cpp
libc/utils/DeviceLoader/amdgpu/CMakeLists.txt
libc/utils/DeviceLoader/amdgpu/Loader.cpp
libc/utils/DeviceLoader/amdgpu/Start.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139839.482316.patch
Type: text/x-patch
Size: 23390 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221213/e26c6221/attachment-0001.bin>
More information about the libc-commits
mailing list