Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
newling committed Jan 3, 2025
1 parent 0b85be2 commit b5a70b9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -899,8 +899,8 @@ module attributes {hal.executable.target = #executable_target_amdaie_xclbin_fb}


// CHECK: aie.device
// CHECK: func.func private @ukernel_B(memref<i32, 2 : i32> {llvm.noalias}, index {llvm.noalias}, memref<f32, 2 : i32> {llvm.noalias}, index {llvm.noalias}) attributes {llvm.bareptr = true}
// CHECK: func.func private @ukernel_A(memref<i32, 2 : i32> {llvm.noalias}, index {llvm.noalias}) attributes {llvm.bareptr = true}
// CHECK: func.func private @ukernel_B(memref<i32, 2 : i32> {llvm.noalias}, index, memref<f32, 2 : i32> {llvm.noalias}, index) attributes {llvm.bareptr = true}
// CHECK: func.func private @ukernel_A(memref<i32, 2 : i32> {llvm.noalias}, index) attributes {llvm.bareptr = true}
// CHECK: %[[TILE_0_2:.*]] = aie.tile(0, 2)
// CHECK: %[[BUFFER_0_2:.*]] = aie.buffer(%[[TILE_0_2]]) {sym_name = "buff_0"} : memref<4096xi32, 2 : i32>
// CHECK: %[[LOCK_0_2:.*]] = aie.lock(%[[TILE_0_2]], 0) {init = 1 : i8, sym_name = "lock_0"}
Expand Down

0 comments on commit b5a70b9

Please sign in to comment.