Open
Conversation
4539940 to
e12d230
Compare
ad002d1 to
86bd004
Compare
86bd004 to
c6fad74
Compare
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.
🚀 Summary of Changes
Added async scheduler and TODOs for async scheduling.
At the moment, there's probably no real benefit since we can’t run anything asynchronously between the host and the device yet. However, I’ve added an async scheduler as a placeholder so that once this capability is brought up, we can build on it immediately. I also left detailed comments in the code outlining what needs to be done next. See the comments starting with TODO(RBLN) in rbln_model_runner.py for details.
About async scheduling, please refer to upstream PR.
📌 Related Issues / Tickets
✅ Type of Change
feature)model)core)bug-fix)perf)refactor)docs)other): please describe🧪 How to Test
.........📸 Screenshots / Logs (if applicable)
📋 Checklist
💬 Notes