Skip to content

Commit

Permalink
Changing fix to unit test 00_itsalive
Browse files Browse the repository at this point in the history
  • Loading branch information
eddierichter-amd committed Nov 19, 2024
1 parent d868d7c commit ecc751c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/unit_tests/aie/00_itsalive/aie.mlir
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
//
//===----------------------------------------------------------------------===//

// RUN: %PYTHON aiecc.py --unified --alloc-scheme basic-sequential %s
// RUN: %PYTHON aiecc.py --no-unified --alloc-scheme basic-sequential %s
// RUN: %PYTHON aiecc.py --unified %s
// RUN: %PYTHON aiecc.py --no-unified %s

module @test00_itsalive {
%tile12 = aie.tile(1, 2)

%buf12_0 = aie.buffer(%tile12) { sym_name = "a", address = 0 : i32 } : memref<256xi32>
%buf12_0 = aie.buffer(%tile12) { sym_name = "a" } : memref<256xi32>

%core12 = aie.core(%tile12) {
%val1 = arith.constant 1 : i32
Expand Down

0 comments on commit ecc751c

Please sign in to comment.