Jeremy Kun

Results 329 comments of Jeremy Kun
trafficstars

Hi Brendan, We don't have specific plans to support Arch officially at this time. We have been discussing internally the possibility of setting up a suite of Dockerfiles for different...

I would recommend re-running with `--sandbox_debug` and `--verbose_failures` to get more information about the source of the issue. Also, please try running an existing openfhe example first to confirm the...

The issue is quite old now. Have you tried running this recently? If so, could you post the exact command that you ran? Was it `bazel run //transpiler/examples/string_reverse:string_reverse_tfhe_testbench` ?

I can confirm that the output of this is nondeterministic. When computing the third singular value for this matrix `[[1,2,3], [4,5,6], [7,8,9]]` I get (run a few times, to show...

It looks like a system-specific issue with your C compiler (it is compiling the dependent C and C++ libraries from source), but I can't tell for sure because I can't...

Yes, that is a mistake! Page 192 can safely switch U and U^{-1} throughout the theorem and proof statement

I have been slow to respond to this comment because it is quite detailed and I want to make sure I give it the time it deserves. For starters, one...

+1 I also ran into this issue. The arrays in my example are not that big, maybe 100-200 entries.

Looks like this is still an issue despite "Add support for Python 3.10" above. Now the error further fails to format for display, with the stack trace ``` Traceback (most...

The dependent library (OpenFHE) has been updated a lot since this issue was first filed, and I've been taking some time to clean up external usability issues. I would recommend...