Prepare reduce-by-key tuning policy for lookahead#10078
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (7)
🚧 Files skipped from review as they are similar to previous changes (7)
📝 WalkthroughSummary by CodeRabbit
WalkthroughChangesThe reduce-by-key tuning policy now uses an algorithm tag with nested lookback parameters. Dispatch paths, adapters, benchmarks, and tests construct and consume the updated policy structure. Reduce-by-key policy migration
Suggested reviewers: Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Enterprise
Run ID: 242aac14-2ba0-482c-aef3-77ed66ef6f08
📒 Files selected for processing (7)
cub/benchmarks/bench/reduce/by_key.cucub/cub/device/device_run_length_encode.cuhcub/cub/device/dispatch/dispatch_reduce_by_key.cuhcub/cub/device/dispatch/dispatch_streaming_reduce_by_key.cuhcub/cub/device/dispatch/tuning/tuning_reduce_by_key.cuhcub/test/catch2_test_device_reduce_by_key_env_api.cucub/test/catch2_test_device_reduce_env.cu
This comment has been minimized.
This comment has been minimized.
NaderAlAwar
left a comment
There was a problem hiding this comment.
LGTM, coderabbit nodiscard comment worth addressing
Fixes part of: NVIDIA#10075 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
762ecde to
3008a6d
Compare
This comment has been minimized.
This comment has been minimized.
🥳 CI Workflow Results🟩 Finished in 18h 44m: Pass: 100%/287 | Total: 13d 17h | Max: 2h 47m | Hits: 17%/1234808See results here. |
Fixes part of: #10075