Skip to content

Commit 879afb4

Browse files
authored
Merge branch 'main' into klakhani/fix/incorrect-sequence-descr-from-seg-ids-only
2 parents e5381fb + 5ba01fa commit 879afb4

14 files changed

Lines changed: 2238 additions & 480 deletions

File tree

qa/L0_jax_distributed_unittest/test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Copyright (c) 2022-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
22
#
33
# See LICENSE for license information.
4+
export TRITON_PTXAS_PATH=/usr/local/cuda/bin/ptxas
45

56
function error_exit() {
67
echo "Error: $1"

qa/L0_jax_unittest/test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Copyright (c) 2022-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
22
#
33
# See LICENSE for license information.
4+
export TRITON_PTXAS_PATH=/usr/local/cuda/bin/ptxas
45

56
set -x
67

qa/L1_jax_distributed_unittest/test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Copyright (c) 2022-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
22
#
33
# See LICENSE for license information.
4+
export TRITON_PTXAS_PATH=/usr/local/cuda/bin/ptxas
45

56
function test_fail() {
67
RET=1

qa/L2_jax_distributed_unittest/test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Copyright (c) 2022-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
22
#
33
# See LICENSE for license information.
4+
export TRITON_PTXAS_PATH=/usr/local/cuda/bin/ptxas
45

56
set -xe
67

qa/L2_jax_unittest/test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Copyright (c) 2022-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
22
#
33
# See LICENSE for license information.
4+
export TRITON_PTXAS_PATH=/usr/local/cuda/bin/ptxas
45

56
set -x
67

0 commit comments

Comments
 (0)