Skip to content
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

Implement basic boolean scaled operators: eq, ne, ... #28

Merged
merged 1 commit into from
Nov 21, 2023

Conversation

balancap
Copy link
Contributor

Note: at the moment, the binary boolean scaled translation is not optimized, using a casting to float32 by default!

@balancap balancap force-pushed the implement-basic-boolean-scaled-operators branch from 29eeb06 to 511d8b5 Compare November 21, 2023 17:00
Note: at the moment, the binary boolean scaled translation is not
optimized, using a casting to `float32` by default!
@balancap balancap force-pushed the implement-basic-boolean-scaled-operators branch from 511d8b5 to 8178350 Compare November 21, 2023 17:01
@balancap balancap added the ops Ops coverage label Nov 21, 2023
@balancap balancap linked an issue Nov 21, 2023 that may be closed by this pull request
@balancap balancap merged commit 9084990 into main Nov 21, 2023
2 checks passed
@balancap balancap deleted the implement-basic-boolean-scaled-operators branch November 21, 2023 20:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ops Ops coverage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement basic boolean operators eq, ne, ...
1 participant