test.sh 370 Bytes
Newer Older
1
# Copyright (c) 2022-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2
3
4
5
6
#
# See LICENSE for license information.

set -xe

zlsh80826's avatar
zlsh80826 committed
7
8
9
# WAR(rewang) for the "Check failed: reduction_kind.has_value()"
export XLA_FLAGS="${XLA_FLAGS} --xla_gpu_enable_xla_runtime_executable=true"

10
: ${TE_PATH:=/opt/transformerengine}
11
pytest -Wignore -v $TE_PATH/tests/jax/test_distributed_*
12