Skip to content

Commit

Permalink
IREE Bump to 26th Aug, 2024 (#703)
Browse files Browse the repository at this point in the history
-- IREE bump to 26th Aug, 2024.
  • Loading branch information
Abhishek-Varma authored Aug 29, 2024
1 parent f7456e1 commit bfbd397
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ void AMDAIEVectorizationPass::runOnOperation() {
RewritePatternSet vectorizationPatterns(funcOp.getContext());

vector::populateVectorReductionToContractPatterns(vectorizationPatterns);
vector::populateSinkVectorOpsPatterns(vectorizationPatterns);

// Including this pattern prevents broadcasting in vector.transfer_read ops
vector::populateVectorTransferPermutationMapLoweringPatterns(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// RUN: iree-opt --split-input-file --pass-pipeline="builtin.module(func.func(iree-amdaie-create-reference-to-allocation, iree-hoist-statically-bound-allocations))" %s | FileCheck %s
// RUN: iree-opt --split-input-file --pass-pipeline="builtin.module(func.func(iree-amdaie-create-reference-to-allocation, iree-codegen-hoist-statically-bound-allocations))" %s | FileCheck %s

// CHECK-LABEL: func.func @single_alloc
// CHECK: %[[ALLOC:.+]] = memref.alloc() : memref<8x16xi32, 2 : i32>
Expand Down
2 changes: 1 addition & 1 deletion sync_deps.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
### Update with: shark-workspace pin

PINNED_VERSIONS = {
"iree": "5a48912c52f65ead960bec9bfde5a836d1b02ab2",
"iree": "60b65f30c932eaf967922785253a85a1aa14cebb",
}

ORIGINS = {
Expand Down
2 changes: 1 addition & 1 deletion tests/samples/conv_pipeline_e2e.mlir
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func.func @conv_2d_nhwc_hwcf_q(%arg0: tensor<2x14x14x32xi8>, %arg1: tensor<3x3x3
return %2 : tensor<2x12x12x64xi32>
}

// CHECK-LABEL: hal.executable.export public @conv_2d_nhwc_hwcf_q_dispatch_0_conv_2d_nhwc_hwcf_q_2x12x12x64x3x3x32_i8xi8xi32xi32xi32
// CHECK-LABEL: hal.executable.export public @conv_2d_nhwc_hwcf_q_dispatch_0_conv_2d_nhwc_hwcf_2x12x12x64x3x3x32_i8xi8xi32
// CHECK: aie.device(npu1_4col)
// CHECK: aie.shim_dma_allocation
// CHECK: aie.shim_dma_allocation
Expand Down

0 comments on commit bfbd397

Please sign in to comment.