[libc-commits] [PATCH] D146681: [libc] Add a loader utility for NVPTX architectures for testing
Jon Chesterfield via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Mar 23 11:29:59 PDT 2023
JonChesterfield added inline comments.
================
Comment at: libc/utils/gpu/loader/amdgpu/Loader.cpp:291
+ void *dev_argv = copy_argument_vector(argc, argv, allocator);
// Allocate fine-grained memory on the host to hold the pointer array for the
----------------
handle_error calls around these returned pointers?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146681/new/
https://reviews.llvm.org/D146681
More information about the libc-commits
mailing list