Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #314 from NVIDIA/enhancement/remove_sm35
Browse files Browse the repository at this point in the history
Remove SM_35 from testing.
  • Loading branch information
wmaxey authored Sep 13, 2022
2 parents d4bd0f6 + 259e58d commit 8432a36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .upstream-tests/utils/nvidia/linux/perform_tests.bash
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function section_separator {
LIBCXX_LOG=$(mktemp)
LIBCUDACXX_LOG=$(mktemp)

KNOWN_COMPUTE_ARCHS="35 50 52 53 60 61 62 70 72 75 80 86 87"
KNOWN_COMPUTE_ARCHS="50 52 53 60 61 62 70 72 75 80 86 87"

function report_and_exit {
# If any of the lines searched for below aren't present in the log files, the
Expand Down Expand Up @@ -268,7 +268,7 @@ then

echo "# DETECTION SM Architecture : Device 0, ${DEVICE_0_COMPUTE_ARCH}"

if (( 35 <= ${DEVICE_0_COMPUTE_ARCH:-0} ))
if (( 50 <= ${DEVICE_0_COMPUTE_ARCH:-0} ))
then
LIBCUDACXX_COMPUTE_ARCHS=${DEVICE_0_COMPUTE_ARCH}
fi
Expand Down

0 comments on commit 8432a36

Please sign in to comment.