From 8d34a34adc502517780eedc495be944bc968e357 Mon Sep 17 00:00:00 2001 From: Erik Lintunen Date: Tue, 3 Feb 2026 13:19:43 -0700 Subject: [PATCH] Change flag to be consistent over GPU docs --- triton/ref/gpu.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/triton/ref/gpu.rst b/triton/ref/gpu.rst index 90a9961f9..7390c1586 100644 --- a/triton/ref/gpu.rst +++ b/triton/ref/gpu.rst @@ -3,7 +3,7 @@ :header-rows: 1 :class: scicomp-table-dense - GPU brand name | GPU name in Slurm (``--gpus=NAME:n``) | VRAM GB (``--gres=gpu-vram:NNg``) | CUDA compute capability (``--gres=min-cuda-cc=NN``) | total amount | nodes | GPUs per node | Compute threads per GPU | Slurm partition (``--partition=``) | + GPU brand name | GPU name in Slurm (``--gpus=NAME:n``) | VRAM GB (``--gres=gpu-vram:NNg``) | CUDA compute capability (``--gres=min-cuda-cc:NN``) | total amount | nodes | GPUs per node | Compute threads per GPU | Slurm partition (``--partition=``) | NVIDIA H200(*) | ``h200`` | ``141`` | 9.0 (``90``) | 112 | gpu[50-63] | 8 | 16896 | ``gpu-h200-141g-ellis``, ``gpu-h200-141g-short`` | NVIDIA H200(**) | ``h200_2g.35gb`` | ``35`` | 9.0 (``90``) | 24 | gpu[49] | 24 | 4224 | ``gpu-h200-35g-ia-ellis``, ``gpu-h200-35g-ia`` | NVIDIA H100 | ``h100`` | ``80`` | 9.0 (``90``) | 16 | gpu[45-48] | 4 | 16896 | ``gpu-h100-80g`` |