kragall
kragall
When Connectors query data from the Clearing House, they can either query for a single stored document or for all documents that are stored under a `process_id`. In the latter...
To store `data` in the Clearing House a Connector creates a `LogMessage` and sends it together with `data` as the payload to the Clearing House. The Clearing House stores this...
So I've got a new Mac and while setting up heir there I ran into build problems. After spending some time there it turns out that even with my old...
I've stumbled across an [ONNX to MLIR converter](https://github.com/milkv-duo/tpu-mlir) and used it to translate a [ResNet18 ONNX](https://github.com/onnx/models/raw/main/validated/vision/classification/resnet/model/resnet18-v1-7.tar.gz) model into an MLIR file. I found the guide how to do this [here](https://milkv.io/docs/duo/application-development/tpu/tpu-resnet18)....
This is a draft of how scheme selection could be handled with HEIR on a very abstract level. The idea is that this could be helpful to non-expert users and...