Skip to content

Commit

Permalink
[ci] Allow parallel testing on NVIDIA GPUs
Browse files Browse the repository at this point in the history
This reverts iree-org#5163 and
iree-org#5166 as now buffer usage
is improved on Vulkan.
  • Loading branch information
antiagainst committed Apr 15, 2021
1 parent ac2495f commit 88ea919
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,7 @@ echo "Building with Ninja"
cd "${CMAKE_BUILD_DIR?}"
ninja

# Limit parallelism dramatically to avoid exhausting GPU memory
# TODO(#5162): Handle this more robustly
export CTEST_PARALLEL_LEVEL=${CTEST_PARALLEL_LEVEL:-1}
export CTEST_PARALLEL_LEVEL=${CTEST_PARALLEL_LEVEL:-$(nproc)}

# Only test drivers that use the GPU, since we run all tests on non-GPU machines
# as well.
Expand Down

0 comments on commit 88ea919

Please sign in to comment.