Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions .github/workflows/run-benchmark-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,14 +126,11 @@ on:
- "1"
- "2"
max_cell_per_shard:
# Magic number: the old shard cap was 1207959552 = ((1 << 30) * 9 / 4 / 2).
# Keccak preflight cost is now estimated with a 33/16 blowup instead of
# the old coarse 2x factor, so raise the shard cap by (33/16) / 2 = 33/32:
# 1207959552 * 33 / 32 = 1245708288.
description: "Value for CENO_MAX_CELL_PER_SHARD; magic default 1245708288 = 1207959552 * 33 / 32"
# Validated on blocks 23817600, 25580200, 25586000, and 25586200 on a 24GB RTX 4090.
description: "Value for CENO_MAX_CELL_PER_SHARD; validated default 4500000000"
required: false
type: string
default: "1245708288"
default: "4500000000"
gpu_jagged_reshape_log_height:
description: "Value for CENO_GPU_JAGGED_RESHAPE_LOG_HEIGHT; 25 probably OOMs on RTX 4090"
required: false
Expand Down
Loading
Loading