Jeremy Kun

Results 336 comments of Jeremy Kun
trafficstars

This may be related to the warnings emitted by https://github.com/google/heir/issues/1583

Clang 15-19 now all work

I don't. I just can't use `compile_commands` anymore sadly.

Closing as the new layout system handles these issues gracefully. > Standard tensor extraction from a tensor of ciphertexts before lowering to scheme it's tensor.extract_slice, after it's tensor.extract from a...

I still think this is worth doing at some point, but I think it will make more sense for me to try to tackle it in generality when we have...

> Probably unrelated, but current `main` does not build on mac os CI either, but with very different error: https://github.com/google/heir/actions/runs/14892141822/job/41826547925?pr=1799 I tracked down the issue to soplex using DEBUG as...

Back to the main build failure, it looks like upstream zlib removed the fdopen defines in [4bd9a71f3539b5ce47f0c67ab5e01f3196dc8ef9](https://github.com/madler/zlib/commit/4bd9a71f3539b5ce47f0c67ab5e01f3196dc8ef9) I will try bumping the version

Go ahead and delete https://github.com/google/heir/blob/e70b591e6a743a061e086c0af3b895932f2262b6/.github/workflows/build_and_test.yml#L78-L86 and https://github.com/google/heir/blob/main/.github/workflows/run_rust_tests.sh to get the CI to pass, since it's only failing because there are no more targets to test.

After the talk they gave at Google, I'm reinvigorated to support their convolution method, which is a variant of SISO using a baby-step-giant-step method that seems very efficient. The bootstrap...