[libc-commits] [PATCH] D152583: [libc] Fix some tests on NVPTX due to insufficient stack size

Joseph Huber via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Jun 9 14:09:45 PDT 2023


jhuber6 created this revision.
jhuber6 added reviewers: lntue, michaelrj, sivachandra, jdoerfert, tra, JonChesterfield.
Herald added subscribers: libc-commits, mattd, gchakrabarti, asavonic.
Herald added projects: libc-project, All.
jhuber6 requested review of this revision.

A few of these tests were disabled due to failing on NVPTX. After
looking into it the vast majority of these cases were due to
insufficient stack memory. This can be worked around by increasing the
stack size in the loader or by reducing the memory usage in the case of
large string constants.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D152583

Files:
  libc/test/src/__support/CMakeLists.txt
  libc/test/src/__support/CPP/CMakeLists.txt
  libc/test/src/__support/char_vector_test.cpp
  libc/utils/gpu/loader/nvptx/Loader.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152583.530076.patch
Type: text/x-patch
Size: 4865 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230609/8f4cae34/attachment.bin>


More information about the libc-commits mailing list