-
Couldn't load subscription status.
- Fork 68
Add support for automatic scheduler in direct bindings #5374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Review updated until commit 8710824 Description
Changes walkthrough 📝
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
822665a to
07c8755
Compare
|
!test |
| The hash of the heuristic parameters. | ||
| )"); | ||
|
|
||
| py::class_<PointwiseParams, HeuristicParams> pointwise( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will added fields to PointwiseParams and ReductionParams later but the class definition was necessary to pass tests.
07c8755 to
14b7a86
Compare
* Define HeuristicParams struct * Update manual_execute to take launch_params, compile_params, and scheduler_type from HeuristicParams * Add can_schedule, find_compatible_schedulers, and schedule operations * Create tests for pointwise, reduction, and inner persistent schedulers
14b7a86 to
8710824
Compare
|
!test --pybench |
HeuristicParamsstructmanual_executeto takelaunch_params,compile_params, andscheduler_typefromHeuristicParamscan_schedule,find_compatible_schedulers, andscheduleoperations toschedulesubmodule.