[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
Wed Mar 22 23:25:15 PDT 2023
JonChesterfield added a comment.
The argv/env setup is the same as on amdgpu, with different names for the allocators. Maybe pull that into a header that takes functions for the alloc/memcpy and call it from both loaders?
There's a comment about fine grain memory in this that suggests a diff between the two would show few differences, better to avoid the copy paste where we can.
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