-
Notifications
You must be signed in to change notification settings - Fork 158
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
fix(compiler/multi-parameters): Fixing encrypted dot and encrypted matmul with multi-parameters #522
fix(compiler/multi-parameters): Fixing encrypted dot and encrypted matmul with multi-parameters #522
Conversation
0e97875
to
fa055bb
Compare
Does this close #410 ? |
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.
Can you check that when using signed indeed the lhs correction nodes are created? Doesn't CP apply the TLU trick to make the values unsigned ?
c25f9b1
to
b3235b3
Compare
No. It only make multi-parameter works, not multi-precision. |
Verified that it appears both in lhs and rhs. |
c157f37
to
9680a2b
Compare
…rallel The gtest-parallel tools first list test names then launch in parallel the end_to_end_test tool with the gtest_filter=<test_name>, so if in the test_name a - appears it skip it due the gtest filtering that treat the string after - as an exlude pattern
9680a2b
to
bcc2387
Compare
compilers/concrete-compiler/compiler/tests/end_to_end_tests/end_to_end_test.cc
Show resolved
Hide resolved
compilers/concrete-compiler/compiler/tests/end_to_end_tests/end_to_end_test.cc
Show resolved
Hide resolved
compilers/concrete-compiler/compiler/lib/Dialect/FHE/Analysis/ConcreteOptimizer.cpp
Outdated
Show resolved
Hide resolved
compilers/concrete-compiler/compiler/lib/Dialect/FHE/Analysis/ConcreteOptimizer.cpp
Outdated
Show resolved
Hide resolved
9d7a729
to
385dfb3
Compare
385dfb3
to
e60d01e
Compare
No description provided.