From 05e526b8fc2687064fb5d78553cd7c04c22d74a4 Mon Sep 17 00:00:00 2001 From: James Newling Date: Wed, 28 Aug 2024 12:00:42 -0700 Subject: [PATCH] remove file --- .../AMD-AIE/iree-amd-aie/Transforms/test/test.mlir | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 compiler/plugins/target/AMD-AIE/iree-amd-aie/Transforms/test/test.mlir diff --git a/compiler/plugins/target/AMD-AIE/iree-amd-aie/Transforms/test/test.mlir b/compiler/plugins/target/AMD-AIE/iree-amd-aie/Transforms/test/test.mlir deleted file mode 100644 index 8f85cf767..000000000 --- a/compiler/plugins/target/AMD-AIE/iree-amd-aie/Transforms/test/test.mlir +++ /dev/null @@ -1,12 +0,0 @@ -module @test_single { - func.func private @callee(%i: index, %j: index) - %c0 = arith.constant 0 : index - %c2 = arith.constant 2 : index - %tile_0_2 = amdaie.tile(%c0, %c2) - %core_0_2 = amdaie.core(%tile_0_2, in : [], out : []) { - scf.forall (%i, %j) in (2, 2) { - func.call @callee(%i, %j) : (index, index) -> () - } - amdaie.end - } -}