Skip to content

Commit 69152c4

Browse files
authored
[None][infra] Check GB200 coherent GPU mapping (#10253)
Signed-off-by: Yiqing Yan <[email protected]>
1 parent 56ef97e commit 69152c4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

jenkins/scripts/slurm_run.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ else
6161
done
6262
fi
6363

64+
if [[ "$stageName" == *GB200* ]]; then
65+
echo "Checking Coherent GPU mapping (for GB200)..."
66+
grep Coherent /proc/driver/nvidia/params || echo "Unable to grep Coherent from /proc/driver/nvidia/params"
67+
fi
68+
6469
llmapiLaunchScript="$llmSrcNode/tensorrt_llm/llmapi/trtllm-llmapi-launch"
6570
chmod +x $llmapiLaunchScript
6671
cd $llmSrcNode/tests/integration/defs

0 commit comments

Comments
 (0)