This patch performs the same operation to copy over the argv array to
the envp array. This allows the GPU tests to use environment
variables.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D146322
[libc] Add environment variables to GPU libc test for AMDGPU ClosedPublic Authored by jhuber6 on Mar 17 2023, 12:07 PM.
Details Summary This patch performs the same operation to copy over the argv array to
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMar 17 2023, 12:07 PM Herald added subscribers: libc-commits, mikhail.ramalho, kosarev and 8 others. · View Herald Transcript This revision is now accepted and ready to land.Mar 20 2023, 11:15 AM Closed by commit rG6bd4d717d577: [libc] Add environment variables to GPU libc test for AMDGPU (authored by jhuber6). · Explain WhyMar 20 2023, 11:17 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 506168 libc/startup/gpu/amdgpu/start.cpp
libc/test/integration/startup/gpu/CMakeLists.txt
libc/test/integration/startup/gpu/args_test.cpp
libc/utils/gpu/loader/Loader.h
libc/utils/gpu/loader/Main.cpp
libc/utils/gpu/loader/amdgpu/Loader.cpp
|