Skip to content

Commit b364ba9

Browse files
committed
Re-disabled tests now failing due to npu code change
Signed-off-by: daveliddell <[email protected]>
1 parent 512b119 commit b364ba9

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

compiler/plugins/target/AMD-AIE/aie/test/aiert_insts.mlir

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
//===----------------------------------------------------------------------===//
88

99
// RUN: iree-opt --aie-dma-to-npu %s | FileCheck %s
10+
// XFAIL: *
11+
// waiting on catching up to https://github.com/Xilinx/mlir-aie/pull/1559
12+
// i.e. we're still outputting ddr_id here
1013

1114
// CHECK: aiex.npu.writebd {bd_id = 1 : i32, buffer_length = 32 : i32, buffer_offset = 0 : i32, column = 0 : i32, d0_size = 0 : i32, d0_stride = 0 : i32, d1_size = 0 : i32, d1_stride = 0 : i32, d2_stride = 0 : i32, enable_packet = 0 : i32, iteration_current = 0 : i32, iteration_size = 0 : i32, iteration_stride = 0 : i32, lock_acq_enable = 0 : i32, lock_acq_id = 0 : i32, lock_acq_val = 0 : i32, lock_rel_id = 0 : i32, lock_rel_val = 0 : i32, next_bd = 0 : i32, out_of_order_id = 0 : i32, packet_id = 0 : i32, packet_type = 0 : i32, row = 0 : i32, use_next_bd = 0 : i32, valid_bd = 1 : i32}
1215
// CHECK: aiex.npu.write32 {address = 119300 : ui32, column = 0 : i32, row = 0 : i32, value = 2147483649 : ui32}

compiler/plugins/target/AMD-AIE/aie/test/dma_to_npu.mlir

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11

22
// RUN: iree-opt --split-input-file --aie-dma-to-npu %s | FileCheck %s
3+
// XFAIL: *
4+
// waiting on catching up to https://github.com/Xilinx/mlir-aie/pull/1559
5+
// i.e. we're still outputting ddr_id here
36

47
// CHECK-LABEL: aie.device(npu1_4col) {
58
// CHECK: memref.global "public" @toMem : memref<16xi32>

compiler/plugins/target/AMD-AIE/aie/test/dma_to_npu_issue_token.mlir

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11

22
// RUN: iree-opt --aie-dma-to-npu %s | FileCheck %s
3+
// XFAIL: *
4+
// waiting on catching up to https://github.com/Xilinx/mlir-aie/pull/1559
5+
// i.e. we're still outputting ddr_id here
36

47
// CHECK-LABEL: aie.device(npu1_4col) {
58
// CHECK: memref.global "public" @toMem : memref<16xi32>

0 commit comments

Comments
 (0)