[all-commits] [llvm/llvm-project] 168fa3: [libc] Fix some tests on NVPTX due to insufficient...

Joseph Huber via All-commits all-commits at lists.llvm.org
Fri Jun 9 14:42:30 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 168fa3181614fc7bc33e0b8c588e3ec74b3f65b5
      https://github.com/llvm/llvm-project/commit/168fa3181614fc7bc33e0b8c588e3ec74b3f65b5
  Author: Joseph Huber <jhuber6 at vols.utk.edu>
  Date:   2023-06-09 (Fri, 09 Jun 2023)

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

  Log Message:
  -----------
  [libc] Fix some tests on NVPTX due to insufficient stack size

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.

Reviewed By: tra

Differential Revision: https://reviews.llvm.org/D152583




More information about the All-commits mailing list