asraa
asraa
One thing we discussed was for smart plaintext packing, we can run a higher-level pass that runs on ops like matrix muls with plaintext or other high-level operations where we...
It will be a tradeoff with increased noise to use multiplications for the 1 and 128, but it's possible that passes that find better bootstrapping placement mitigates that!
Right, I think from what I see here if we implement this interface, then we would be able to use `--convert-to-llvm` pass, which will scan for dialects that implement this...
Dupe of https://github.com/google/heir/issues/1587?
It would also be beneficial for a service to have a configuration of options: e.g. if we have a stable service, we can more easily pin a trust root for...
Reminder: We need to expose the final verified sha to pipe into Docker run (get the print-provenance, jq, thend send to docker) `--artifact-image` -- does this suffice for oci?
Are these fields in the GitHub context? I worry that we won't have uniform conformence of the produced provenance, which is fine because it's TRW controlled. But are you thinking...
It's a cool solution, just wondering. Because we can publish the github context and say these fields exist, mask anything you don't like. (Curious about the variable event payload as...
@ZenithalHourlyRate from my end, I was made the necessary modifications to preserve the loop so the resulting file isn't too slow to compile. For the constants, I was able to...
Hey! @ludns I'll be working on integrating the whole mlir-to-cggi pipeline into the frontend. The issue with the one that you posted is like Jeremy said, but the transforms need...