Skip to content

Commit f5cbdcb

Browse files
authored
Merge branch 'main' into fern-migration
2 parents efcabe3 + 5ba2a62 commit f5cbdcb

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

.github/container/test-jax.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ case "${BATTERY}" in
177177
# TODO: unclear if JOBS_PER_GPU>1 will cause deadlocks for any tests in the suite
178178
set_default VISIBLE_GPUS all
179179
FLAGS+=(
180-
"--test_tag_filters=multiaccelerator"
180+
"--test_tag_filters=multiaccelerator,multiaccelerator-only"
181181
"//tests:gpu_tests"
182182
"//tests/pallas:gpu_tests"
183183
"//tests/mosaic:gpu_tests"
@@ -187,7 +187,7 @@ case "${BATTERY}" in
187187
single-gpu)
188188
set_default VISIBLE_GPUS 1
189189
FLAGS+=(
190-
"--test_tag_filters=-multiaccelerator"
190+
"--test_tag_filters=-multiaccelerator,-multiaccelerator-only"
191191
"//tests:gpu_tests"
192192
"//tests/pallas:gpu_tests"
193193
"//tests/mosaic:gpu_tests"

.github/workflows/ngc-release-testing.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,18 @@ jobs:
104104
tensor-parallel: 4
105105
attention: dot_product
106106
remat-policy: minimal_with_context
107+
- test: maxtext-cudnn-flash-te-gke
108+
nodes: 2
109+
gpus: 8
110+
model: llama2-7b
111+
pipeline-parallel: 1
112+
data-parallel: 1
113+
fsdp: 2
114+
tensor-parallel: 4
115+
attention: cudnn_flash_te
116+
remat-policy: minimal_with_context
117+
envs: |-
118+
CUDNN_FRONTEND_CUDART_LIB_NAME=libcudart.so.13
107119
steps:
108120
- uses: actions/checkout@v6
109121

@@ -112,6 +124,8 @@ jobs:
112124
with:
113125
IMAGE: ${{ inputs.MAXTEXT_IMAGE }}
114126
NAME: ${{ matrix.test }}
127+
ENVS: |
128+
${{ matrix.envs }}
115129
COMMAND: |
116130
source \${NCCL_LIB_DIR}/nccl-env-profile.sh;
117131
nsys-jax --capture-range=cudaProfilerApi \

0 commit comments

Comments
 (0)