-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[ENH] Tag operators as IO or other + dispatcher schedules IO tasks on the main runtime #2603
[ENH] Tag operators as IO or other + dispatcher schedules IO tasks on the main runtime #2603
Conversation
Reviewer ChecklistPlease leverage this checklist to ensure your code review is thorough before approving Testing, Bugs, Errors, Logs, Documentation
System Compatibility
Quality
|
Please tag your PR title with one of: [ENH | BUG | DOC | TST | BLD | PERF | TYP | CLN | CHORE]. See https://docs.trychroma.com/contributing#contributing-code-and-ideas |
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @sanketkedia and the rest of your teammates on Graphite |
Please tag your PR title with one of: [ENH | BUG | DOC | TST | BLD | PERF | TYP | CLN | CHORE]. See https://docs.trychroma.com/contributing#contributing-code-and-ideas |
35b7217
to
fdf5a54
Compare
225b0b0
to
c1fc672
Compare
fdf5a54
to
bf84e8b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
send it
e087224
to
4fffb81
Compare
Merge activity
|
0cda5cd
to
52b356d
Compare
4fffb81
to
d34eb72
Compare
## Description of changes *Summarize the changes made by this PR.* - Improvements & Bug fixes - This moves pull logs to use the IO operator functionality introduced in #2603 - Renamed IoOperator to IO since its a bit redundant. - New functionality - None ## Test plan *How are these changes tested?* Existing tests cover this change - [x] Tests pass locally with `pytest` for python, `yarn test` for js, `cargo test` for rust ## Documentation Changes None
Description of changes
Improvements & Bug fixes
Test plan
Modified existing rust test
pytest
for python,yarn test
for js,cargo test
for rustDocumentation Changes
None