From 5fa062bdd41572f5270255afc64fdee8f9063504 Mon Sep 17 00:00:00 2001 From: John Tristan Date: Mon, 2 Sep 2024 13:52:23 -0400 Subject: [PATCH] Removing old tests --- Tests/test_syntax_basic.mlir | 6 ------ Tests/test_syntax_constants.mlir | 6 ------ Tests/test_syntax_types.mlir | 26 -------------------------- 3 files changed, 38 deletions(-) delete mode 100644 Tests/test_syntax_basic.mlir delete mode 100644 Tests/test_syntax_constants.mlir delete mode 100644 Tests/test_syntax_types.mlir diff --git a/Tests/test_syntax_basic.mlir b/Tests/test_syntax_basic.mlir deleted file mode 100644 index 6a397a5..0000000 --- a/Tests/test_syntax_basic.mlir +++ /dev/null @@ -1,6 +0,0 @@ -module @jit_plus attributes {jax.uses_shape_polymorphism = false, mhlo.num_partitions = 1 : i32, mhlo.num_replicas = 1 : i32} { - func.func public @main(%arg0: tensor {mhlo.layout_mode = "default"}, %arg1: tensor {mhlo.layout_mode = "default"}) -> (tensor {jax.result_info = "", mhlo.layout_mode = "default"}) { - %0 = stablehlo.add %arg0, %arg1 : tensor - return %0 : tensor - } -} diff --git a/Tests/test_syntax_constants.mlir b/Tests/test_syntax_constants.mlir deleted file mode 100644 index 6a397a5..0000000 --- a/Tests/test_syntax_constants.mlir +++ /dev/null @@ -1,6 +0,0 @@ -module @jit_plus attributes {jax.uses_shape_polymorphism = false, mhlo.num_partitions = 1 : i32, mhlo.num_replicas = 1 : i32} { - func.func public @main(%arg0: tensor {mhlo.layout_mode = "default"}, %arg1: tensor {mhlo.layout_mode = "default"}) -> (tensor {jax.result_info = "", mhlo.layout_mode = "default"}) { - %0 = stablehlo.add %arg0, %arg1 : tensor - return %0 : tensor - } -} diff --git a/Tests/test_syntax_types.mlir b/Tests/test_syntax_types.mlir deleted file mode 100644 index 61546ad..0000000 --- a/Tests/test_syntax_types.mlir +++ /dev/null @@ -1,26 +0,0 @@ -module @jit_plus attributes {jax.uses_shape_polymorphism = false, mhlo.num_partitions = 1 : i32, mhlo.num_replicas = 1 : i32} { - func.func public @main(%arg0: tensor {mhlo.layout_mode = "default"}, %arg1: tensor {mhlo.layout_mode = "default"}) -> (tensor {jax.result_info = "", mhlo.layout_mode = "default"}) { - %0 = stablehlo.add %arg0, %arg1 : tensor - %0 = stablehlo.add %arg0, %arg1 : tensor - %0 = stablehlo.add %arg0, %arg1 : tensor - %0 = stablehlo.add %arg0, %arg1 : tensor - %0 = stablehlo.add %arg0, %arg1 : tensor - %0 = stablehlo.add %arg0, %arg1 : tensor - %0 = stablehlo.add %arg0, %arg1 : tensor - %0 = stablehlo.add %arg0, %arg1 : tensor - %0 = stablehlo.add %arg0, %arg1 : tensor - %0 = stablehlo.add %arg0, %arg1 : tensor - %0 = stablehlo.add %arg0, %arg1 : tensor - %0 = stablehlo.add %arg0, %arg1 : tensor - %0 = stablehlo.add %arg0, %arg1 : tensor - %0 = stablehlo.add %arg0, %arg1 : tensor - %0 = stablehlo.add %arg0, %arg1 : tensor - %0 = stablehlo.add %arg0, %arg1 : tensor - %0 = stablehlo.add %arg0, %arg1 : tensor - %0 = stablehlo.add %arg0, %arg1 : tensor - %0 = stablehlo.add %arg0, %arg1 : tensor - %0 = stablehlo.add %arg0, %arg1 : tensor - %0 = stablehlo.add %arg0, %arg1 : tensor - return %0 : tensor - } -}