-
Notifications
You must be signed in to change notification settings - Fork 147
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
feat(frontend): add support for np.min and np.max #1025
Conversation
937d2da
to
7f6f90c
Compare
Btw, I've moved |
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.
frontends/concrete-python/concrete/fhe/mlir/operations/min_max.py
Outdated
Show resolved
Hide resolved
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.
Do we also need to update docs/core-features/minmax.md?
No. That document explains the primitive comparison between two values, like how it's being done. lt's not for the description of high level features. For that, we're mimicking numpy and it'll be in the compatibility like @BourgerieQuentin requested. |
but if now, minmax is "native" in CP, do we need to keep a section to explain how it works? ie, if it's all made for the user, we might not explain, there are a lot of things which are done for the user |
7f6f90c
to
fa9ddd7
Compare
We don't have explicit documentation about |
fa9ddd7
to
4b922d3
Compare
I've added extensive documentation of how it works in the code via comments. Could you check @aPere3? |
4b922d3
to
69f151a
Compare
@umut-sahin Check Concrete Python Tests there are a lot of |
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.
Looks good thanks for the explanations, those are top-notch !
@slab-ci concrete-python-tests-linux |
6e3c50d
to
8b128b0
Compare
1f6a077
to
3e44083
Compare
3e44083
to
d6e71e6
Compare
(closes https://github.com/zama-ai/concrete-internal/issues/805)