-
Notifications
You must be signed in to change notification settings - Fork 976
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
Add warnings and fallback for unassigned devices in infer_auto_device_map #3066
Add warnings and fallback for unassigned devices in infer_auto_device_map #3066
Commits on Aug 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 480d441 - Browse repository at this point
Copy the full SHA 480d441View commit details
Commits on Sep 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4f89c26 - Browse repository at this point
Copy the full SHA 4f89c26View commit details
Commits on Sep 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for aefd770 - Browse repository at this point
Copy the full SHA aefd770View commit details
Commits on Sep 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dc6641c - Browse repository at this point
Copy the full SHA dc6641cView commit details
Commits on Sep 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d607bfb - Browse repository at this point
Copy the full SHA d607bfbView commit details
Commits on Oct 6, 2024
-
Revert "feat: incorporate fallback allocation into infer_auto_device_…
…map" This reverts commit d607bfb.
Configuration menu - View commit details
-
Copy full SHA for f040302 - Browse repository at this point
Copy the full SHA f040302View commit details
Commits on Oct 9, 2024
-
refactor: add helper functions and eliminate redundant variables
The fallback allocation will be reintroduced once the branching logic is fully refactored. This commit prepares the function infer_auto_device_map for further refactoring.
Configuration menu - View commit details
-
Copy full SHA for 9db401e - Browse repository at this point
Copy the full SHA 9db401eView commit details
Commits on Oct 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0b52bdc - Browse repository at this point
Copy the full SHA 0b52bdcView commit details
Commits on Oct 13, 2024
-
feat: incorporate fallback allocation into infer_auto_device_map
Implemented fallback allocation to allow modules to be allocated to devices using BFS when regular allocation fails. This enhancement improves the allocation process by ensuring that at least one module is assigned to the device, even under tight memory constraints.
Configuration menu - View commit details
-
Copy full SHA for 7ff9f26 - Browse repository at this point
Copy the full SHA 7ff9f26View commit details
Commits on Oct 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for be385b0 - Browse repository at this point
Copy the full SHA be385b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6025ee - Browse repository at this point
Copy the full SHA c6025eeView commit details -
test: add test coverage for no-warning cases
test_infer_auto_device_map and test_infer_auto_device_map_with_fallback_allocation now each have a no-warning test case. Simplified and rewrote code sections that were made unreadable by the linter.
Configuration menu - View commit details
-
Copy full SHA for a35776c - Browse repository at this point
Copy the full SHA a35776cView commit details -
refactor: simplify control flow in infer_auto_device_map
Added complete return type hinting for _init_infer_auto_device_map
Configuration menu - View commit details
-
Copy full SHA for 73dbc76 - Browse repository at this point
Copy the full SHA 73dbc76View commit details
Commits on Nov 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5a72010 - Browse repository at this point
Copy the full SHA 5a72010View commit details
Commits on Nov 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c25383a - Browse repository at this point
Copy the full SHA c25383aView commit details