-
Notifications
You must be signed in to change notification settings - Fork 140
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
Default to bf16
#465
Merged
Merged
Default to bf16
#465
Commits on Aug 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0fefaa0 - Browse repository at this point
Copy the full SHA 0fefaa0View commit details
Commits on Aug 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fdaaa92 - Browse repository at this point
Copy the full SHA fdaaa92View commit details -
Make: SimSIMD Dispatch in Rust
Closes #421 Co-authored-by: jrcavani <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4653c47 - Browse repository at this point
Copy the full SHA 4653c47View commit details -
Make: Put
maratyszcza/fp16
in CratesCloses #450 Co-authored-by: Michał Bartoszkiewicz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e125045 - Browse repository at this point
Copy the full SHA e125045View commit details -
This commit exposes the underlying SimSIMD `bf16` kernels for distance functions, that can be up to 3x faster than IEEE half-precision floats for different multiplication- intensive operations. It also brings backwards-compatibility for older CPUs, that don't yet support `bf16`. Important to note, NumPy still doesn't support half-precision, so we can't reliably guess what the name of the `bf16` type will be in the buffer protocol specifications. numpy/numpy#19808
Configuration menu - View commit details
-
Copy full SHA for e0ecb95 - Browse repository at this point
Copy the full SHA e0ecb95View commit details -
Configuration menu - View commit details
-
Copy full SHA for eaf83b0 - Browse repository at this point
Copy the full SHA eaf83b0View commit details
Commits on Aug 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e81ddbc - Browse repository at this point
Copy the full SHA e81ddbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for d057083 - Browse repository at this point
Copy the full SHA d057083View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca2111a - Browse repository at this point
Copy the full SHA ca2111aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 25b90f1 - Browse repository at this point
Copy the full SHA 25b90f1View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.