This is an archive of the discontinued LLVM Phabricator instance.

[libc] Fix some tests on NVPTX due to insufficient stack size
ClosedPublic

Authored by jhuber6 on Jun 9 2023, 2:09 PM.

Details

Summary

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.

Diff Detail

Event Timeline

jhuber6 created this revision.Jun 9 2023, 2:09 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJun 9 2023, 2:09 PM
jhuber6 requested review of this revision.Jun 9 2023, 2:09 PM
tra accepted this revision.Jun 9 2023, 2:35 PM
This revision is now accepted and ready to land.Jun 9 2023, 2:35 PM