Skip to content

Commit c5d239f

Browse files
authored
Set MAX_CUDAGRAPH_CAPTURE_SIZE to 2048 unconditionally
1 parent ba46c77 commit c5d239f

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

benchmarks/single_node/dsv4_fp4_b200_vllm.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,7 @@ else
5454
MAX_NUM_BATCHED_TOKENS=2048
5555
fi
5656

57-
if [ "${ISL}" -eq 8192 ]; then
58-
MAX_CUDAGRAPH_CAPTURE_SIZE=512
59-
else
60-
MAX_CUDAGRAPH_CAPTURE_SIZE=2048
61-
fi
57+
MAX_CUDAGRAPH_CAPTURE_SIZE=2048
6258

6359
BENCHMARK_MAX_MODEL_LEN="$MAX_MODEL_LEN"
6460

0 commit comments

Comments
 (0)