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

Remove SM_35 from testing. #314

Merged
merged 1 commit into from
Sep 13, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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