Context
Several refactoring issues are currently open and will change core APIs, dependencies, and performance characteristics of src_method. The primitive benches (benches/primitives/) should be revisited once these land, to keep them representative and avoid measuring stale code paths.
Related open issues
Task
Once the above issues are closed, review and update benches/primitives/ to:
- reflect any API/behavior changes (e.g. precision handling, argument validation, GPU execution path)
- account for dependency/logging changes affecting bench setup
- add coverage for the deduplicated SRC sweep implementation, if applicable
Context
Several refactoring issues are currently open and will change core APIs, dependencies, and performance characteristics of
src_method. The primitive benches (benches/primitives/) should be revisited once these land, to keep them representative and avoid measuring stale code paths.Related open issues
Task
Once the above issues are closed, review and update
benches/primitives/to: