Tags: VitalyAnkh/iree
Tags
Cherrypick committed upstream patch to fix Python install directory l… …ayout. (iree-org#9752) https://reviews.llvm.org/D129434
Cherrypick committed upstream patch to fix Python install directory l… …ayout. (iree-org#9752) https://reviews.llvm.org/D129434
Include the baseline compilation metrics in the report (iree-org#9684)
[NVVM] Drop Dealloc of shared memory buffers in conversion to NVVM (i… …ree-org#9743) Shared memory does not have traditional alloc/dealloc semantics but rather a semantics tht is closer to alloca with block-wide visibility and addressability (i.e. not thread-local stack visibility). Dealloc ops of shared memory may serve the purpose of annotations for computing live ranges to better reuse limited shared memory space but cannot be lowered to NVVM as there is no abstraction to represent this. This revision simply drops such deallocs when converting to NVVM.
Integrate llvm-project and bump dependencies. (iree-org#9700) MHLO: df41f42da81a59c23391f994d4bced6afc95a505 LLVM: aa58b7b1e30f TF: 8a3ae2cc003b7d005d1a3d901d03cc7373fbaf3c * Cherry-picking RVV revert commit: * https://reviews.llvm.org/D127871 * Issue reported on patch. If not reverted before next integrate, will need to be carried forward.
Removing todo for a flow.tensor.cast equivalent. (iree-org#9691) Since we don't handle unranked tensors there's not much tensor.cast seems to do that tensor.reshape doesn't as it doesn't allow element type conversion. Closes iree-org#6418.
Add utility functions for VM to EmitC conversion (iree-org#9708)
Add support for lowering memref.alloca to VM dialect. (iree-org#9694) Co-authored-by: Hanhan Wang <[email protected]>
Migrate TFLite's stateful lowerings to MLProgram (iree-org#9671) We have stateful behavior supported via MLProgram. Migrating the TFLite lowerings from directly lowering to IREE means we can better seperate TFLite legalization from being IREE specific.
Migrate TFLite's stateful lowerings to MLProgram (iree-org#9671) We have stateful behavior supported via MLProgram. Migrating the TFLite lowerings from directly lowering to IREE means we can better seperate TFLite legalization from being IREE specific.
PreviousNext