From 382cdf8e64827efe6925aa538e46b5605a8dec1b Mon Sep 17 00:00:00 2001 From: hanbin <997212943@qq.com> Date: Mon, 30 Oct 2023 13:35:11 +0800 Subject: [PATCH] remove test --- tests/Dialect/Sche/test.mlir | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 tests/Dialect/Sche/test.mlir diff --git a/tests/Dialect/Sche/test.mlir b/tests/Dialect/Sche/test.mlir deleted file mode 100644 index ea231af69b..0000000000 --- a/tests/Dialect/Sche/test.mlir +++ /dev/null @@ -1,18 +0,0 @@ -module { - - func.func @main() -> tensor<1x8x1x1xf32> { - %0 = arith.constant dense<1.000000e-01> : tensor<1x8x1x1xf32> - %1 = arith.constant dense<0.000000e+00> : tensor<1x8x1x1xf32> - // %0,%1 = sche.ondevice () {targetId:"cpu", targetConfig=""} ()->(tensor<1x8x1x1xf32>, tensor<1x8x1x1xf32>) { - // %0 = arith.constant dense<1.000000e-01> : tensor<1x8x1x1xf32> - // %1 = arith.constant dense<0.000000e+00> : tensor<1x8x1x1xf32> - // return %0,%1 - // } - %2 = arith.addf %0, %1 : tensor<1x8x1x1xf32> - // %2 = sche.ondevice (%0, %1) {targetId:"gpu", targetConfig=""} (%args0, %args1 : tensor<1x8x1x1xf32>, tensor<1x8x1x1xf32>)->(tensor<1x8x1x1xf32>) { - // %0 = arith.addf %args0, %args1 : tensor<1x8x1x1xf32> - // return %0 - // } - return %2 : tensor<1x8x1x1xf32> - } -} \ No newline at end of file