Skip to content
Draft
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
14 changes: 8 additions & 6 deletions ci/bench.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,8 @@ benchmarks:
filters:
# CUB C++ benchmark filters (regex matched against ninja target names).
cub:
# Examples:
# - '^cub\.bench\.for_each\.base'
# - '^cub\.bench\.reduce\.(sum|min)\.'

- '^cub\.bench\.topk\.keys\.base'
- '^cub\.bench\.topk\.pairs\.base'
# Python benchmark filters (regex matched against paths under benchmarks/).
python:
# Examples:
Expand All @@ -47,8 +45,8 @@ benchmarks:
# - "rtxa6000" # sm_86, 48 GB
# - "l4" # sm_89, 24 GB
# - "rtx4090" # sm_89, 24 GB
# - "h100" # sm_90, 80 GB
# - "rtxpro6000" # sm_120
- "h100" # sm_90, 80 GB
- "rtxpro6000" # sm_120

# Extra .devcontainer/launch.sh -d args
# launch_args: "--cuda 13.1 --host gcc14"
Expand All @@ -64,4 +62,8 @@ benchmarks:
--stopping-criterion entropy
--throttle-threshold 90
--throttle-recovery-delay 0.15
--axis "OffsetT{ct}=I32"
--axis "SelectedElements[pow2]=[3:23:5]"
--axis "Entropy=[1.000,0.201,0.000]"
--axis "OutOffsetT{ct}=I32"
nvbench_compare_args: ""
Loading
Loading