- 
                Notifications
    You must be signed in to change notification settings 
- Fork 663
feat: Image decoder in the frontend #3971
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
base: alexandrem/frontend-media-fetching
Are you sure you want to change the base?
feat: Image decoder in the frontend #3971
Conversation
Signed-off-by: Alexandre Milesi <[email protected]>
Signed-off-by: Alexandre Milesi <[email protected]>
1255231    to
    cbe3353      
    Compare
  
    Signed-off-by: Alexandre Milesi <[email protected]>
| testing-nixl = ["dep:nixl-sys"] | ||
| testing-etcd = [] | ||
| block-manager = ["dep:nixl-sys", "dep:cudarc", "dep:ndarray", "dep:nix", "dep:aligned-vec"] | ||
| block-manager = ["dep:nixl-sys", "dep:cudarc", "dep:nix", "dep:aligned-vec"] | 
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.
qq - why is the dep:ndarray removed here?
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.
Before it was optional based on the block-manager feature. Now it's always there for the frontend anyway, not optional, so block-manager will always have it too. See line 147
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.
Lgtm, one minor comment, thanks.
Signed-off-by: Alexandre Milesi <[email protected]>
Signed-off-by: Alexandre Milesi <[email protected]>
cbe3353    to
    5be5da0      
    Compare
  
    11fe8e2    to
    8a17e40      
    Compare
  
    
Overview:
See #3630 for context, this MR is a subset of it, focusing on image decoding, building on top of #3967.
E2E plumbing will be done in a followup MR, the current behavior of URL passthrough stays the default.