-
[EXL (EVA extended library)](https://eprint.iacr.org/2021/1505) supports general EXL vector sizes that are translated into CKKS ciphertext slots by the following:
* User specifies their arbitrary inp…
asraa updated
1 month ago
-
:red_circle: **Title** :
SVM from sractch
:red_circle: **Aim** :
To gain understanding of support vector machine algorithm by coding it.
:red_circle: **Brief Explanation** :
Support Vector Machi…
-
To compile on Zig, use of temporary variables is more restricted. A number of changes were made from:
```
skim_matrix_sum_distance.swap(vector(skim_origins.size(),vector(skim_destinations.size(…
-
Thanks for building this. The interface and functionality is very well done!
Do you have plans to integrate vector DBs into each "app". Like the ability to connect to PGVector, Chroma, Pinecone, et…
-
In the following example, I arith.addi and arith.floordivsi with constant vectors and vectors loaded from a memref. The add will succeed in lowering to llvm in both situations but floordivsi fails to …
-
@cadam11 I think we should use the vectorization functionality now in the core MJ framework to offer people the ability to auto-vectorize a file or all files in a category. My thought is that:
* Fi…
AN-BC updated
1 month ago
-
Add test vectors for
- [ ] correct DKG protocol runs
- [ ] incorrect contributions covering all edge cases
-
The BioConductor ecosystem has made great effort to store their datatypes in a very efficient manor. These datatypes then mascarade as full length vectors, allowing you to subset up to a length `n`, w…
-
The vector_layer entry and mvt_clone entry type should essentially work the same but are quite different at the moment.
The vector_layer doesn't support themes.
There is a lot of duplicate code …
-
When using a generic to define the length of an std_logic_vector in a VHDL entity, no nodes are generated in the software. In this case, the MAX_LENGTH generic is set to 138, so I expect 138 nodes to …