-
Notifications
You must be signed in to change notification settings - Fork 381
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tp: don't parent thread tracks to process tracks
IMO this was a mistake and never should have been done: the notion of threads nesting under processes is purely a UI construct, doing it at the proto/TP level is a confusion of two concepts. Otherwise, why are processes themselves not nested under the global scope? It also doesn't scale to other "scopes" (e.g. cpus, gpus, linux devices etc) This should have very minimal impact to people's queries: I would argue that relying on this was a bug in the first place, Change-Id: Ib455c1a3f721fb5803cb3ca6c8d22bc175521fd4
- Loading branch information
1 parent
b9a8450
commit 77f2753
Showing
4 changed files
with
12 additions
and
220 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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