Skip to content

Tags: VitalyAnkh/iree

Tags

candidate-20220711.201

Toggle candidate-20220711.201's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Cherrypick committed upstream patch to fix Python install directory l…

…ayout. (iree-org#9752)

https://reviews.llvm.org/D129434

candidate-20220710.200

Toggle candidate-20220710.200's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Cherrypick committed upstream patch to fix Python install directory l…

…ayout. (iree-org#9752)

https://reviews.llvm.org/D129434

candidate-20220709.199

Toggle candidate-20220709.199's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Include the baseline compilation metrics in the report (iree-org#9684)

candidate-20220708.198

Toggle candidate-20220708.198's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[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.

candidate-20220707.197

Toggle candidate-20220707.197's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

candidate-20220706.196

Toggle candidate-20220706.196's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

candidate-20220705.195

Toggle candidate-20220705.195's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add utility functions for VM to EmitC conversion (iree-org#9708)

candidate-20220704.194

Toggle candidate-20220704.194's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for lowering memref.alloca to VM dialect. (iree-org#9694)

Co-authored-by: Hanhan Wang <[email protected]>

candidate-20220703.193

Toggle candidate-20220703.193's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

candidate-20220702.192

Toggle candidate-20220702.192's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.