We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46c2e09 commit aa872a9Copy full SHA for aa872a9
1 file changed
.github/workflows/_test_maxtext_gke_xpk.yaml
@@ -48,7 +48,7 @@ jobs:
48
ENVS: |
49
CUDNN_FRONTEND_CUDART_LIB_NAME=libcudart.so.13;
50
COMMAND: |
51
- source \${NCCL_LIB_DIR}/nccl-env-profile.sh;
+ NCCL_LIB_DIR=\${NCCL_LIB_DIR} . \${NCCL_LIB_DIR}/nccl-env-profile.sh;
52
nsys-jax --capture-range=cudaProfilerApi \
53
--capture-range-end=stop \
54
-o /opt/output/profile.zip \
0 commit comments