[STF] Deprecate scheduling experiments#8195
Open
caugonnet wants to merge 5 commits intoNVIDIA:mainfrom
Open
Conversation
Remove the device_auto automatic task scheduling feature, which was never tested, documented, or maintained since the STF import. This includes: - Delete scheduler.cuh (random, round_robin, HEFT, post_mortem schedulers) - Delete task_statistics.cuh (calibration infrastructure) - Delete reorderer.cuh (task reordering framework) - Remove device_auto place types from places, data_place_impl, data_place_interface - Remove auto_scheduler and auto_reorderer from backend_ctx - Simplify timing code in all task scopes to only use DOT timing - Remove mapping_id, data_footprint, predecessor/successor tracking - Simplify deferred task infrastructure (no longer needs reordering support) DOT timing and exec_affinity are preserved. Made-with: Cursor
With the scheduler and reorderer removed, the deferred task system in stream_ctx had no purpose — it simply queued tasks to run in submission order. Remove deferred_stream_task classes, deferred_task(), deferred_host_launch(), deferred_parallel_for(), and the submit/finalize coupling. stream_ctx::submit() is kept as a no-op for context variant dispatch to graph_ctx. Made-with: Cursor
Contributor
The method now only checks if DOT timing is enabled. The old name was a leftover from the removed scheduling infrastructure. Made-with: Cursor
Contributor
Author
|
/ok to test 52591c2 |
Contributor
😬 CI Workflow Results🟥 Finished in 12m 41s: Pass: 10%/48 | Total: 2h 20m | Max: 12m 22s | Hits: 100%/1110See results here. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
closes
Checklist