YuanFeng Chen
YuanFeng Chen
**Question about action's validate function** I wrote a custom Action, then implemented the validate and handle functions of the Action interface. However, when interacting with the model, the ai agent...
When using onnx-mlir, the --EmitMLIR parameter is described as "Lower the input to MLIR built-in transformation dialect," which might lead one to believe it generates pure MLIR code. However, after...
I used onnx-mlir with the --EmitMLIR parameter to generate mlir build-in dialect op from a model file. However, the generated .mlir file still contains operations like "krnl.global"(). Isn't this a...
**Aegis** is an open-source framework based on MLIR that simplifies the use of Fully Homomorphic Encryption (FHE). Aegis provides developer-friendly FHE compiler and runtime environment toolkit, with high-performance cryptography algorithms...