-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Only Dense queries are accelerated currently * Certain features are awaiting on GATs/generic const expressions * Code refactored to use GATs * `elain` crate now used to provide const generic alignments (PhantomData method) * Code still requires a fixed alignment request across whole query (in progress) * Batches support AsRef, AsMut, etc * Simplified calling for_each_{mut_}batched (no longer need _ arguments) * Add convenience functions for treating AlignedBatch16<f32, 4> as Vec4s * Add a map API for creating projections of aligned batches * Add a compile-time error in case a greater alignment is needed than the current batch alignment to satisfy T * Documentation about SIMD and batching * ALIGN now referred to as MIN_ALIGN for clarity
- Loading branch information
1 parent
02fbf16
commit 31ed43c
Showing
18 changed files
with
1,757 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.