-
Notifications
You must be signed in to change notification settings - Fork 12
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
Simple pipeline implementation. #24
Conversation
be4389c
to
618a991
Compare
The code is certainly missing at least a few tests, but given that the PR is large enough as it is I figured I'd have you take a look first ;) (and possibly split it up in more manageable commits if the overall approach seems sound) |
618a991
to
5b43340
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.
LGTM
We should add tests for simple_pipeline.rs and shift_right_ceil.rs, I suppose...
Also add f64 to the possible image types, use an explicit enum to tag image types, and rework the pipeline interface.
5b43340
to
bc2e0f8
Compare
I added tests for shrc, and I am wondering whether it would be best to put tests for the pipeline in another CL - ideally we'd want some more elaborate test infrastructure for all (both?) pipelines... |
Also add f64 to the possible image types, use an explicit enum to tag image types, and rework the pipeline interface.