-
Notifications
You must be signed in to change notification settings - Fork 145
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
docs(compiler): adding a tutorial with floats #971
Conversation
c2c4a86
to
157d443
Compare
That's a first version: could you tell me guys what you think about it? I can make it more complicated or different if you have suggestions. |
Except the coverage thing, which is not related to this PR, it's ready, CC @umut-sahin . Could I have a review please |
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.
Very nice example, thanks!
frontends/concrete-python/examples/floating_point/floating_point.ipynb
Outdated
Show resolved
Hide resolved
frontends/concrete-python/examples/floating_point/floating_point.ipynb
Outdated
Show resolved
Hide resolved
frontends/concrete-python/examples/floating_point/floating_point.ipynb
Outdated
Show resolved
Hide resolved
frontends/concrete-python/examples/floating_point/floating_point.ipynb
Outdated
Show resolved
Hide resolved
157d443
to
e805fb4
Compare
I've applied your proposals @umut-sahin , tell me what you think about it! |
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!
e805fb4
to
094232e
Compare
094232e
to
e348159
Compare
Adding a tutorial, to answer common questions about "how to deal with floats in CP"
closes https://github.com/zama-ai/concrete-internal/issues/744