Jeremy Kun

Results 98 issues of Jeremy Kun

- Support generated functions with multiple return values - Support a variable number of input arguments (not just 2 ints) - Custom function name besides `fn_under_test`?

dialect: tfhe_rust

Right now the user must manually call functions like `EvalMultKeyGen` if the IR contains `EvalMult`, and `EvalRotateKeyGen` with known rotation shifts (which requires looking at the generated code to determine),...

good first issue
dialect: openfhe

I originally wrote the `bgv-to-openfhe` lowering without a complete understanding of the limitations of the OpenFHE API, which results in a decent amount of cruft related to casting types during...

dialect: openfhe

Add a `Design` section to the documentation website with the following pages. The purpose of this would be to ramp up someone who already knows a decent amount of MLIR,...

On the side of gate-bootstrapped CGGI, we had a path where we fully unrolled all loops before running a circuit optimizer, and for large IRs that was infeasibly slow. We...

optimization

From the review on https://github.com/google/heir/pull/471 > In HECO, "left-over" insert/extract ops instead get mapped to the `combine` op which lets you merge two tensors. The `combine` op essentially models the...

enhancement
dialect: tensor_ext