Skip to content

Commit e28174c

Browse files
Document test/neuron/run_tests.sh. (#9205)
Co-authored-by: Zhanyong Wan <[email protected]>
1 parent eedc8d2 commit e28174c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

test/neuron/run_tests.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
#!/bin/bash
2+
3+
# This script is used in AWS Neuron's nightly build to verify that PyTorch/XLA
4+
# works on Trn/Inf. It runs a subset of the tests in test/run_tests.sh.
5+
# Eventually (after we fix or skip the rest of the tests for Neuron) we will
6+
# remove this and use test/run_tests.sh in the Trn/Inf CI instead.
7+
#
8+
# For question on this script, please contact the AWS folks in
9+
# https://pytorch.slack.com/archives/C02GNBKM2HM.
10+
211
set -exo pipefail
312
_TEST_DIR="$(cd "$(dirname "$0")"/../ ; pwd -P)"
413

0 commit comments

Comments
 (0)