-
Notifications
You must be signed in to change notification settings - Fork 6
feat(dag): implement GEDF #653
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
Merged
Merged
Changes from all commits
Commits
Show all changes
63 commits
Select commit
Hold shift + click to select a range
6dffb4b
test: for develop #1
nokosaaan 00518ae
test: for develop #2
nokosaaan 3f81a8f
Merge branch 'main' of github.com:tier4/awkernel into dag_gedf
nokosaaan dc772c5
test: whether source_nodes or others & modify DAG struct #3
nokosaaan 5b645fd
test: add else process for initial period #4
nokosaaan 4be6763
test: absolute deadline setting #5
nokosaaan 555ead5
fix: absolute deadline setting #6
nokosaaan ec2e69e
fix: Resolve merge conflicts in task.rs and gedf.rs
nokosaaan b6cd056
fix absolute deadline #7
nokosaaan 85d79f8
Merge branch 'main' of github.com:tier4/awkernel into dag_gedf
nokosaaan 785c02f
test: change gedf.rs #8
nokosaaan 68ea963
test: change gedf.rs #9
nokosaaan 85ba2f8
fix: delete unnecessary code
nokosaaan d416b90
Merge branch 'main' of github.com:tier4/awkernel into dag_gedf
nokosaaan 4a57f81
fix: modify get_node_info and etc
nokosaaan f0fef01
fix: change function name
nokosaaan 4f27a2e
fix: organizing comments & modify else handling
nokosaaan 5376f88
Merge branch 'main' of github.com:tier4/awkernel into dag_gedf
nokosaaan 339f669
fix: remove unused methods
nokosaaan 5e47291
fix: change PRIORITY_LIST & change dag.rs
nokosaaan e7f2120
fix: change gedf.rs & task.rs
nokosaaan 7c65150
fix: avoid deadlock for GEDFNoArg
nokosaaan fdb6f86
Merge branch 'main' of github.com:tier4/awkernel into dag_gedf
nokosaaan a840b4c
fix: change spawn logic
nokosaaan 7d2b6f5
fix: delete GEDFNoArg
nokosaaan 6ef5a8e
fix: check cargo fmt
nokosaaan fef8c11
fix: adjusting the number of arguments
nokosaaan f4f50aa
fix: check cargo fmt 2
nokosaaan 506a019
fix: improper variable usage in panic! macros
nokosaaan 4282cbe
fix: check doctest
nokosaaan f1b3082
fix: check doctest 2
nokosaaan 0c2a69d
fix: check doctest 3
nokosaaan a8b4d72
fix: check doctest 4
nokosaaan ef3f003
fix: check doctest 5
nokosaaan d8dc0ed
fix: check doctest 6
nokosaaan 3d45ffa
fix: check doctest 7
nokosaaan 038c4f9
fix: check doctest 8
nokosaaan 3bbb845
fix: check cargo fmt 3
nokosaaan 2016929
fix: check doctest 9
nokosaaan daf56e9
fix: check doctest 10
nokosaaan 7dd440d
fix: check doctest 11
nokosaaan 7ed6053
fix: fix unnecessary imports
nokosaaan 7f347d0
fix: reset the LOG_ENABLE flag to its original state
nokosaaan d164129
fix: delete unnecessary functions
nokosaaan c45c465
fix: delete unnecessary functions 2
nokosaaan 1839e8f
fix: delete unnecessary functions 3
nokosaaan a513772
fix: implement gedf
nokosaaan d12a0cf
Merge branch 'main' of github.com:tier4/awkernel into dag_gedf
nokosaaan 25a8f8e
fix: check cargo fmt 4
nokosaaan a5a61a9
fix: refactored the nested sections using helper functions
nokosaaan 46b7c0a
fix: reduced nested structure using early return
nokosaaan af5b3bc
Merge branch 'main' of github.com:tier4/awkernel into dag_gedf
nokosaaan d8d48f7
fix: adding a function and code optimization
nokosaaan 8cc8091
fix: check cargo fmt 5
nokosaaan 02efdf2
fix: add a comment in dag.rs
nokosaaan dc1771e
fix: format! error
nokosaaan 7d654bb
fix: To resolve the build error, I used unwrap_or_else instead of exp…
nokosaaan 5334ba7
fix: delete unnecessary import
nokosaaan 9ef5a1b
fix: delete semicolon
nokosaaan 4c1d629
fix: panic! 2
nokosaaan 3e20931
fix: unify the name index to id
nokosaaan 1d650ea
fix: consolidated the duplicate processing and add a comment
nokosaaan 76038e7
fix: solve let binding
nokosaaan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.