From 473d77d79e3b71b66bf61c18b421b098fe4f7cc7 Mon Sep 17 00:00:00 2001 From: Gunhyun Park Date: Thu, 18 Apr 2024 14:56:21 -0700 Subject: [PATCH] Enable testdata for convolution ops (#2224) This is part 2 of #1964 to implement parts of #1314. Also fix a bug on generating invalid padding shape (used to generate `N-2` number of dim size 2 instead of shape `[N-2, 2]`). --- stablehlo/reference/Ops.cpp | 2 +- ...5__windowstrides__1___padding___0_0_3336387849681708224.mlir | 2 +- ...6_2__rhs_float32_3_2_2__windowstrid-2801039169040378295.mlir | 2 +- ...16_2__rhs_float32_3_2_2__windowstri-8415303397313720110.mlir | 2 +- ...16_16_2__rhs_float32_2_3_2_2__window-296817466026258822.mlir | 2 +- ...1_16_16_2__rhs_float32_2_3_2_2__windo216554503587864094.mlir | 2 +- ...float32_12_1_3__windowstrides__1___p4726467912149865720.mlir | 2 +- ...12_1_3__windowstrides__1___padding__2025442285785167829.mlir | 2 +- ..._float32_12_1_3_3__windowstrides__1-5299255563318388077.mlir | 2 +- ..._12_1_3_3__windowstrides__1_1__padd-5494580149111736437.mlir | 2 +- ..._3_3_4_5__windowstrides__1_1__paddin-940783895638600378.mlir | 2 +- ..._3_3_4_5__windowstrides__1_1__paddin7803468828575064957.mlir | 2 +- ..._3_3_4_5__windowstrides__1_1__paddin8362069580368565836.mlir | 2 +- ...float32_4_5_3_3__windowstrides__1_1-8327739261064575227.mlir | 2 +- ...float32_4_5_3_3__windowstrides__1_1-6479296361709234045.mlir | 2 +- ...oat32_3_3_4_5__windowstrides__1_1__-1572008590406220780.mlir | 2 +- ...oat32_3_3_4_5__windowstrides__1_1__-4848375839726769119.mlir | 2 +- ...oat32_3_3_4_5__windowstrides__1_1__-6463715315589295392.mlir | 2 +- ...oat32_3_3_4_5__windowstrides__1_1__-7128650963837464321.mlir | 2 +- ...32_6_3_4_5__windowstrides__1_1__pad-2212136815070163245.mlir | 2 +- ...t32_6_3_4_5__windowstrides__1_1__pad2141518546713332984.mlir | 2 +- ...3_4_5__windowstrides__1_1__padding_-5318452038191342786.mlir | 2 +- ..._3_4_5__windowstrides__1_1__padding_5050050053143756869.mlir | 2 +- ...3_3_4_5__windowstrides__1_1__paddin-8230831430534381289.mlir | 2 +- ..._3_3_4_5__windowstrides__1_1__paddin2430556623423240398.mlir | 2 +- ...4_5__windowstrides__1_1__padding___-7077764382968112509.mlir | 2 +- ..._4_5__windowstrides__1_1__padding___8425439145703732762.mlir | 2 +- ...__rhs_float32_3_3_4_5__windowstrides2604570134889024577.mlir | 2 +- ...hs_float32_64_3_7_7__windowstrides__5476883256254674781.mlir | 2 +- ...3_10_5__windowstrides__1_1__padding-7028470013130116023.mlir | 2 +- ...hs_float32_4_1_1_2__windowstrides__-5378230060959849233.mlir | 2 +- ...s_float32_3_1_16__windowstrides__1_-3327288011231887622.mlir | 2 +- ...s_float32_3_1_16__windowstrides__1_-3622729120410096886.mlir | 2 +- ...s_float32_3_1_16__windowstrides__1_-6986955039250405512.mlir | 2 +- ...s_float32_3_1_16__windowstrides__1_-9029857704645127306.mlir | 2 +- ..._rhs_float32_3_3_1_16__windowstride-2949258448720886117.mlir | 2 +- ..._rhs_float32_3_3_1_16__windowstride-3150713558304940791.mlir | 2 +- ..._rhs_float32_3_3_1_16__windowstride-4268834939663085007.mlir | 2 +- ..._rhs_float32_3_3_1_16__windowstride-4823547473556881342.mlir | 2 +- ...__rhs_float32_3_3_1_16__windowstride6887804375295982821.mlir | 2 +- ..._rhs_float32_3_3_1_16__windowstride-5370080226275098061.mlir | 2 +- ...__rhs_float32_3_3_1_16__windowstride3500806609840728678.mlir | 2 +- ...__rhs_float32_3_3_1_16__windowstride5787494791845602941.mlir | 2 +- ...__rhs_float32_3_3_1_16__windowstride6312536791243051545.mlir | 2 +- ...__rhs_float32_3_3_1_16__windowstride8472832706066243053.mlir | 2 +- ...1__rhs_float32_2_3_3_1_16__windowst-8282934958224398022.mlir | 2 +- ..._1__rhs_float32_2_3_3_1_16__windowst3167308923230843499.mlir | 2 +- ..._1__rhs_float32_2_3_3_1_16__windowst6072174321640638276.mlir | 2 +- ..._1__rhs_float32_2_3_3_1_16__windowst8524424959485066052.mlir | 2 +- ...at32_3_3_4_5__windowstrides__2_3__p-3051008093469972974.mlir | 2 +- 50 files changed, 50 insertions(+), 50 deletions(-) diff --git a/stablehlo/reference/Ops.cpp b/stablehlo/reference/Ops.cpp index 6b86198519..2d683c5612 100644 --- a/stablehlo/reference/Ops.cpp +++ b/stablehlo/reference/Ops.cpp @@ -224,7 +224,7 @@ Tensor evalConvolutionOp( /*padding=*/ getDenseIntElementsAttr( IntegerType::get(lhs.getType().getContext(), 64), paddingVector, - SmallVector(padding.size(), 2)), + SmallVector({lhs.getRank() - 2, 2})), lhsDilation, rhsDilation, windowReversal, inputBatchDimension, inputFeatureDimension, ArrayRef(inputSpatialDimensions), kernelInputFeatureDimension, kernelOutputFeatureDimension, diff --git a/stablehlo/testdata/conv_general_dilated_conv1d_lhs_float32_2_3_10__rhs_float32_3_3_5__windowstrides__1___padding___0_0_3336387849681708224.mlir b/stablehlo/testdata/conv_general_dilated_conv1d_lhs_float32_2_3_10__rhs_float32_3_3_5__windowstrides__1___padding___0_0_3336387849681708224.mlir index 821a9027e6..5ff1d73cc4 100644 --- a/stablehlo/testdata/conv_general_dilated_conv1d_lhs_float32_2_3_10__rhs_float32_3_3_5__windowstrides__1___padding___0_0_3336387849681708224.mlir +++ b/stablehlo/testdata/conv_general_dilated_conv1d_lhs_float32_2_3_10__rhs_float32_3_3_5__windowstrides__1___padding___0_0_3336387849681708224.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-opt -inline %s | stablehlo-translate --interpret +// RUN: stablehlo-opt -inline %s | stablehlo-translate --interpret // RUN: stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt > %t.0 // RUN: stablehlo-opt %s > %t.1 // RUN: diff %t.0 %t.1 diff --git a/stablehlo/testdata/conv_general_dilated_conv_tranpose1d_same_padding_lhs_float32_1_16_2__rhs_float32_3_2_2__windowstrid-2801039169040378295.mlir b/stablehlo/testdata/conv_general_dilated_conv_tranpose1d_same_padding_lhs_float32_1_16_2__rhs_float32_3_2_2__windowstrid-2801039169040378295.mlir index f2a3657c03..0b337a48e4 100644 --- a/stablehlo/testdata/conv_general_dilated_conv_tranpose1d_same_padding_lhs_float32_1_16_2__rhs_float32_3_2_2__windowstrid-2801039169040378295.mlir +++ b/stablehlo/testdata/conv_general_dilated_conv_tranpose1d_same_padding_lhs_float32_1_16_2__rhs_float32_3_2_2__windowstrid-2801039169040378295.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-opt -inline %s | stablehlo-translate --interpret +// RUN: stablehlo-opt -inline %s | stablehlo-translate --interpret // RUN: stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt > %t.0 // RUN: stablehlo-opt %s > %t.1 // RUN: diff %t.0 %t.1 diff --git a/stablehlo/testdata/conv_general_dilated_conv_tranpose1d_valid_padding_lhs_float32_1_16_2__rhs_float32_3_2_2__windowstri-8415303397313720110.mlir b/stablehlo/testdata/conv_general_dilated_conv_tranpose1d_valid_padding_lhs_float32_1_16_2__rhs_float32_3_2_2__windowstri-8415303397313720110.mlir index 70d532a153..218a118d0e 100644 --- a/stablehlo/testdata/conv_general_dilated_conv_tranpose1d_valid_padding_lhs_float32_1_16_2__rhs_float32_3_2_2__windowstri-8415303397313720110.mlir +++ b/stablehlo/testdata/conv_general_dilated_conv_tranpose1d_valid_padding_lhs_float32_1_16_2__rhs_float32_3_2_2__windowstri-8415303397313720110.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-opt -inline %s | stablehlo-translate --interpret +// RUN: stablehlo-opt -inline %s | stablehlo-translate --interpret // RUN: stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt > %t.0 // RUN: stablehlo-opt %s > %t.1 // RUN: diff %t.0 %t.1 diff --git a/stablehlo/testdata/conv_general_dilated_conv_tranpose2d_same_padding_lhs_float32_1_16_16_2__rhs_float32_2_3_2_2__window-296817466026258822.mlir b/stablehlo/testdata/conv_general_dilated_conv_tranpose2d_same_padding_lhs_float32_1_16_16_2__rhs_float32_2_3_2_2__window-296817466026258822.mlir index a0ac2d1511..1d5e40510f 100644 --- a/stablehlo/testdata/conv_general_dilated_conv_tranpose2d_same_padding_lhs_float32_1_16_16_2__rhs_float32_2_3_2_2__window-296817466026258822.mlir +++ b/stablehlo/testdata/conv_general_dilated_conv_tranpose2d_same_padding_lhs_float32_1_16_16_2__rhs_float32_2_3_2_2__window-296817466026258822.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-opt -inline %s | stablehlo-translate --interpret +// RUN: stablehlo-opt -inline %s | stablehlo-translate --interpret // RUN: stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt > %t.0 // RUN: stablehlo-opt %s > %t.1 // RUN: diff %t.0 %t.1 diff --git a/stablehlo/testdata/conv_general_dilated_conv_tranpose2d_valid_padding_lhs_float32_1_16_16_2__rhs_float32_2_3_2_2__windo216554503587864094.mlir b/stablehlo/testdata/conv_general_dilated_conv_tranpose2d_valid_padding_lhs_float32_1_16_16_2__rhs_float32_2_3_2_2__windo216554503587864094.mlir index b8bb41dbf6..b02e01dccd 100644 --- a/stablehlo/testdata/conv_general_dilated_conv_tranpose2d_valid_padding_lhs_float32_1_16_16_2__rhs_float32_2_3_2_2__windo216554503587864094.mlir +++ b/stablehlo/testdata/conv_general_dilated_conv_tranpose2d_valid_padding_lhs_float32_1_16_16_2__rhs_float32_2_3_2_2__windo216554503587864094.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-opt -inline %s | stablehlo-translate --interpret +// RUN: stablehlo-opt -inline %s | stablehlo-translate --interpret // RUN: stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt > %t.0 // RUN: stablehlo-opt %s > %t.1 // RUN: diff %t.0 %t.1 diff --git a/stablehlo/testdata/conv_general_dilated_depthwise1d_dilated_lhs_float32_2_3_9__rhs_float32_12_1_3__windowstrides__1___p4726467912149865720.mlir b/stablehlo/testdata/conv_general_dilated_depthwise1d_dilated_lhs_float32_2_3_9__rhs_float32_12_1_3__windowstrides__1___p4726467912149865720.mlir index 6f0b7b11a2..c18edc08f7 100644 --- a/stablehlo/testdata/conv_general_dilated_depthwise1d_dilated_lhs_float32_2_3_9__rhs_float32_12_1_3__windowstrides__1___p4726467912149865720.mlir +++ b/stablehlo/testdata/conv_general_dilated_depthwise1d_dilated_lhs_float32_2_3_9__rhs_float32_12_1_3__windowstrides__1___p4726467912149865720.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-opt -inline %s | stablehlo-translate --interpret +// RUN: stablehlo-opt -inline %s | stablehlo-translate --interpret // RUN: stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt > %t.0 // RUN: stablehlo-opt %s > %t.1 // RUN: diff %t.0 %t.1 diff --git a/stablehlo/testdata/conv_general_dilated_depthwise1d_lhs_float32_2_3_9__rhs_float32_12_1_3__windowstrides__1___padding__2025442285785167829.mlir b/stablehlo/testdata/conv_general_dilated_depthwise1d_lhs_float32_2_3_9__rhs_float32_12_1_3__windowstrides__1___padding__2025442285785167829.mlir index e596dba0b6..91fcbc658f 100644 --- a/stablehlo/testdata/conv_general_dilated_depthwise1d_lhs_float32_2_3_9__rhs_float32_12_1_3__windowstrides__1___padding__2025442285785167829.mlir +++ b/stablehlo/testdata/conv_general_dilated_depthwise1d_lhs_float32_2_3_9__rhs_float32_12_1_3__windowstrides__1___padding__2025442285785167829.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-opt -inline %s | stablehlo-translate --interpret +// RUN: stablehlo-opt -inline %s | stablehlo-translate --interpret // RUN: stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt > %t.0 // RUN: stablehlo-opt %s > %t.1 // RUN: diff %t.0 %t.1 diff --git a/stablehlo/testdata/conv_general_dilated_depthwise2d_dilated_lhs_float32_2_3_9_9__rhs_float32_12_1_3_3__windowstrides__1-5299255563318388077.mlir b/stablehlo/testdata/conv_general_dilated_depthwise2d_dilated_lhs_float32_2_3_9_9__rhs_float32_12_1_3_3__windowstrides__1-5299255563318388077.mlir index efff86848f..0bbedd8442 100644 --- a/stablehlo/testdata/conv_general_dilated_depthwise2d_dilated_lhs_float32_2_3_9_9__rhs_float32_12_1_3_3__windowstrides__1-5299255563318388077.mlir +++ b/stablehlo/testdata/conv_general_dilated_depthwise2d_dilated_lhs_float32_2_3_9_9__rhs_float32_12_1_3_3__windowstrides__1-5299255563318388077.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-opt -inline %s | stablehlo-translate --interpret +// RUN: stablehlo-opt -inline %s | stablehlo-translate --interpret // RUN: stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt > %t.0 // RUN: stablehlo-opt %s > %t.1 // RUN: diff %t.0 %t.1 diff --git a/stablehlo/testdata/conv_general_dilated_depthwise2d_lhs_float32_2_3_9_9__rhs_float32_12_1_3_3__windowstrides__1_1__padd-5494580149111736437.mlir b/stablehlo/testdata/conv_general_dilated_depthwise2d_lhs_float32_2_3_9_9__rhs_float32_12_1_3_3__windowstrides__1_1__padd-5494580149111736437.mlir index 5b1660e855..45dbb8c8e7 100644 --- a/stablehlo/testdata/conv_general_dilated_depthwise2d_lhs_float32_2_3_9_9__rhs_float32_12_1_3_3__windowstrides__1_1__padd-5494580149111736437.mlir +++ b/stablehlo/testdata/conv_general_dilated_depthwise2d_lhs_float32_2_3_9_9__rhs_float32_12_1_3_3__windowstrides__1_1__padd-5494580149111736437.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-opt -inline %s | stablehlo-translate --interpret +// RUN: stablehlo-opt -inline %s | stablehlo-translate --interpret // RUN: stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt > %t.0 // RUN: stablehlo-opt %s > %t.1 // RUN: diff %t.0 %t.1 diff --git a/stablehlo/testdata/conv_general_dilated_dilations_lhs_float32_2_3_9_10__rhs_float32_3_3_4_5__windowstrides__1_1__paddin-940783895638600378.mlir b/stablehlo/testdata/conv_general_dilated_dilations_lhs_float32_2_3_9_10__rhs_float32_3_3_4_5__windowstrides__1_1__paddin-940783895638600378.mlir index e7bd941b85..998526a2fa 100644 --- a/stablehlo/testdata/conv_general_dilated_dilations_lhs_float32_2_3_9_10__rhs_float32_3_3_4_5__windowstrides__1_1__paddin-940783895638600378.mlir +++ b/stablehlo/testdata/conv_general_dilated_dilations_lhs_float32_2_3_9_10__rhs_float32_3_3_4_5__windowstrides__1_1__paddin-940783895638600378.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-opt -inline %s | stablehlo-translate --interpret +// RUN: stablehlo-opt -inline %s | stablehlo-translate --interpret // RUN: stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt > %t.0 // RUN: stablehlo-opt %s > %t.1 // RUN: diff %t.0 %t.1 diff --git a/stablehlo/testdata/conv_general_dilated_dilations_lhs_float32_2_3_9_10__rhs_float32_3_3_4_5__windowstrides__1_1__paddin7803468828575064957.mlir b/stablehlo/testdata/conv_general_dilated_dilations_lhs_float32_2_3_9_10__rhs_float32_3_3_4_5__windowstrides__1_1__paddin7803468828575064957.mlir index 1e02dff746..fb066ad8a8 100644 --- a/stablehlo/testdata/conv_general_dilated_dilations_lhs_float32_2_3_9_10__rhs_float32_3_3_4_5__windowstrides__1_1__paddin7803468828575064957.mlir +++ b/stablehlo/testdata/conv_general_dilated_dilations_lhs_float32_2_3_9_10__rhs_float32_3_3_4_5__windowstrides__1_1__paddin7803468828575064957.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-opt -inline %s | stablehlo-translate --interpret +// RUN: stablehlo-opt -inline %s | stablehlo-translate --interpret // RUN: stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt > %t.0 // RUN: stablehlo-opt %s > %t.1 // RUN: diff %t.0 %t.1 diff --git a/stablehlo/testdata/conv_general_dilated_dilations_lhs_float32_2_3_9_10__rhs_float32_3_3_4_5__windowstrides__1_1__paddin8362069580368565836.mlir b/stablehlo/testdata/conv_general_dilated_dilations_lhs_float32_2_3_9_10__rhs_float32_3_3_4_5__windowstrides__1_1__paddin8362069580368565836.mlir index ecb98b81f6..e393b3726f 100644 --- a/stablehlo/testdata/conv_general_dilated_dilations_lhs_float32_2_3_9_10__rhs_float32_3_3_4_5__windowstrides__1_1__paddin8362069580368565836.mlir +++ b/stablehlo/testdata/conv_general_dilated_dilations_lhs_float32_2_3_9_10__rhs_float32_3_3_4_5__windowstrides__1_1__paddin8362069580368565836.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-opt -inline %s | stablehlo-translate --interpret +// RUN: stablehlo-opt -inline %s | stablehlo-translate --interpret // RUN: stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt > %t.0 // RUN: stablehlo-opt %s > %t.1 // RUN: diff %t.0 %t.1 diff --git a/stablehlo/testdata/conv_general_dilated_dimension_numbers_lhs_float32_2_3_9_10__rhs_float32_4_5_3_3__windowstrides__1_1-8327739261064575227.mlir b/stablehlo/testdata/conv_general_dilated_dimension_numbers_lhs_float32_2_3_9_10__rhs_float32_4_5_3_3__windowstrides__1_1-8327739261064575227.mlir index 359b385ca6..c4bff2a7f3 100644 --- a/stablehlo/testdata/conv_general_dilated_dimension_numbers_lhs_float32_2_3_9_10__rhs_float32_4_5_3_3__windowstrides__1_1-8327739261064575227.mlir +++ b/stablehlo/testdata/conv_general_dilated_dimension_numbers_lhs_float32_2_3_9_10__rhs_float32_4_5_3_3__windowstrides__1_1-8327739261064575227.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-opt -inline %s | stablehlo-translate --interpret +// RUN: stablehlo-opt -inline %s | stablehlo-translate --interpret // RUN: stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt > %t.0 // RUN: stablehlo-opt %s > %t.1 // RUN: diff %t.0 %t.1 diff --git a/stablehlo/testdata/conv_general_dilated_dimension_numbers_lhs_float32_2_9_10_3__rhs_float32_4_5_3_3__windowstrides__1_1-6479296361709234045.mlir b/stablehlo/testdata/conv_general_dilated_dimension_numbers_lhs_float32_2_9_10_3__rhs_float32_4_5_3_3__windowstrides__1_1-6479296361709234045.mlir index cd7cddd36c..ef5cd0e665 100644 --- a/stablehlo/testdata/conv_general_dilated_dimension_numbers_lhs_float32_2_9_10_3__rhs_float32_4_5_3_3__windowstrides__1_1-6479296361709234045.mlir +++ b/stablehlo/testdata/conv_general_dilated_dimension_numbers_lhs_float32_2_9_10_3__rhs_float32_4_5_3_3__windowstrides__1_1-6479296361709234045.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-opt -inline %s | stablehlo-translate --interpret +// RUN: stablehlo-opt -inline %s | stablehlo-translate --interpret // RUN: stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt > %t.0 // RUN: stablehlo-opt %s > %t.1 // RUN: diff %t.0 %t.1 diff --git a/stablehlo/testdata/conv_general_dilated_dtype_precision_lhs_float32_2_3_9_10__rhs_float32_3_3_4_5__windowstrides__1_1__-1572008590406220780.mlir b/stablehlo/testdata/conv_general_dilated_dtype_precision_lhs_float32_2_3_9_10__rhs_float32_3_3_4_5__windowstrides__1_1__-1572008590406220780.mlir index 26a7e0b707..db5547cf6f 100644 --- a/stablehlo/testdata/conv_general_dilated_dtype_precision_lhs_float32_2_3_9_10__rhs_float32_3_3_4_5__windowstrides__1_1__-1572008590406220780.mlir +++ b/stablehlo/testdata/conv_general_dilated_dtype_precision_lhs_float32_2_3_9_10__rhs_float32_3_3_4_5__windowstrides__1_1__-1572008590406220780.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-opt -inline %s | stablehlo-translate --interpret +// RUN: stablehlo-opt -inline %s | stablehlo-translate --interpret // RUN: stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt > %t.0 // RUN: stablehlo-opt %s > %t.1 // RUN: diff %t.0 %t.1 diff --git a/stablehlo/testdata/conv_general_dilated_dtype_precision_lhs_float32_2_3_9_10__rhs_float32_3_3_4_5__windowstrides__1_1__-4848375839726769119.mlir b/stablehlo/testdata/conv_general_dilated_dtype_precision_lhs_float32_2_3_9_10__rhs_float32_3_3_4_5__windowstrides__1_1__-4848375839726769119.mlir index b0aac0f7d4..dfe65f590a 100644 --- a/stablehlo/testdata/conv_general_dilated_dtype_precision_lhs_float32_2_3_9_10__rhs_float32_3_3_4_5__windowstrides__1_1__-4848375839726769119.mlir +++ b/stablehlo/testdata/conv_general_dilated_dtype_precision_lhs_float32_2_3_9_10__rhs_float32_3_3_4_5__windowstrides__1_1__-4848375839726769119.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-opt -inline %s | stablehlo-translate --interpret +// RUN: stablehlo-opt -inline %s | stablehlo-translate --interpret // RUN: stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt > %t.0 // RUN: stablehlo-opt %s > %t.1 // RUN: diff %t.0 %t.1 diff --git a/stablehlo/testdata/conv_general_dilated_dtype_precision_lhs_float32_2_3_9_10__rhs_float32_3_3_4_5__windowstrides__1_1__-6463715315589295392.mlir b/stablehlo/testdata/conv_general_dilated_dtype_precision_lhs_float32_2_3_9_10__rhs_float32_3_3_4_5__windowstrides__1_1__-6463715315589295392.mlir index 3d87f197e0..21da95d51c 100644 --- a/stablehlo/testdata/conv_general_dilated_dtype_precision_lhs_float32_2_3_9_10__rhs_float32_3_3_4_5__windowstrides__1_1__-6463715315589295392.mlir +++ b/stablehlo/testdata/conv_general_dilated_dtype_precision_lhs_float32_2_3_9_10__rhs_float32_3_3_4_5__windowstrides__1_1__-6463715315589295392.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-opt -inline %s | stablehlo-translate --interpret +// RUN: stablehlo-opt -inline %s | stablehlo-translate --interpret // RUN: stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt > %t.0 // RUN: stablehlo-opt %s > %t.1 // RUN: diff %t.0 %t.1 diff --git a/stablehlo/testdata/conv_general_dilated_dtype_precision_lhs_float32_2_3_9_10__rhs_float32_3_3_4_5__windowstrides__1_1__-7128650963837464321.mlir b/stablehlo/testdata/conv_general_dilated_dtype_precision_lhs_float32_2_3_9_10__rhs_float32_3_3_4_5__windowstrides__1_1__-7128650963837464321.mlir index bf3ce2751e..d508654eae 100644 --- a/stablehlo/testdata/conv_general_dilated_dtype_precision_lhs_float32_2_3_9_10__rhs_float32_3_3_4_5__windowstrides__1_1__-7128650963837464321.mlir +++ b/stablehlo/testdata/conv_general_dilated_dtype_precision_lhs_float32_2_3_9_10__rhs_float32_3_3_4_5__windowstrides__1_1__-7128650963837464321.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-opt -inline %s | stablehlo-translate --interpret +// RUN: stablehlo-opt -inline %s | stablehlo-translate --interpret // RUN: stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt > %t.0 // RUN: stablehlo-opt %s > %t.1 // RUN: diff %t.0 %t.1 diff --git a/stablehlo/testdata/conv_general_dilated_group_counts_lhs_float32_2_6_9_10__rhs_float32_6_3_4_5__windowstrides__1_1__pad-2212136815070163245.mlir b/stablehlo/testdata/conv_general_dilated_group_counts_lhs_float32_2_6_9_10__rhs_float32_6_3_4_5__windowstrides__1_1__pad-2212136815070163245.mlir index 46c0dded01..7a1d1285bb 100644 --- a/stablehlo/testdata/conv_general_dilated_group_counts_lhs_float32_2_6_9_10__rhs_float32_6_3_4_5__windowstrides__1_1__pad-2212136815070163245.mlir +++ b/stablehlo/testdata/conv_general_dilated_group_counts_lhs_float32_2_6_9_10__rhs_float32_6_3_4_5__windowstrides__1_1__pad-2212136815070163245.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-opt -inline %s | stablehlo-translate --interpret +// RUN: stablehlo-opt -inline %s | stablehlo-translate --interpret // RUN: stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt > %t.0 // RUN: stablehlo-opt %s > %t.1 // RUN: diff %t.0 %t.1 diff --git a/stablehlo/testdata/conv_general_dilated_group_counts_lhs_float32_4_3_9_10__rhs_float32_6_3_4_5__windowstrides__1_1__pad2141518546713332984.mlir b/stablehlo/testdata/conv_general_dilated_group_counts_lhs_float32_4_3_9_10__rhs_float32_6_3_4_5__windowstrides__1_1__pad2141518546713332984.mlir index 4c40261e41..77f634836a 100644 --- a/stablehlo/testdata/conv_general_dilated_group_counts_lhs_float32_4_3_9_10__rhs_float32_6_3_4_5__windowstrides__1_1__pad2141518546713332984.mlir +++ b/stablehlo/testdata/conv_general_dilated_group_counts_lhs_float32_4_3_9_10__rhs_float32_6_3_4_5__windowstrides__1_1__pad2141518546713332984.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-opt -inline %s | stablehlo-translate --interpret +// RUN: stablehlo-opt -inline %s | stablehlo-translate --interpret // RUN: stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt > %t.0 // RUN: stablehlo-opt %s > %t.1 // RUN: diff %t.0 %t.1 diff --git a/stablehlo/testdata/conv_general_dilated_padding_lhs_float32_2_3_9_10__rhs_float32_3_3_4_5__windowstrides__1_1__padding_-5318452038191342786.mlir b/stablehlo/testdata/conv_general_dilated_padding_lhs_float32_2_3_9_10__rhs_float32_3_3_4_5__windowstrides__1_1__padding_-5318452038191342786.mlir index 0c79f3fabd..ffdd2c9e42 100644 --- a/stablehlo/testdata/conv_general_dilated_padding_lhs_float32_2_3_9_10__rhs_float32_3_3_4_5__windowstrides__1_1__padding_-5318452038191342786.mlir +++ b/stablehlo/testdata/conv_general_dilated_padding_lhs_float32_2_3_9_10__rhs_float32_3_3_4_5__windowstrides__1_1__padding_-5318452038191342786.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-opt -inline %s | stablehlo-translate --interpret +// RUN: stablehlo-opt -inline %s | stablehlo-translate --interpret // RUN: stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt > %t.0 // RUN: stablehlo-opt %s > %t.1 // RUN: diff %t.0 %t.1 diff --git a/stablehlo/testdata/conv_general_dilated_padding_lhs_float32_2_3_9_10__rhs_float32_3_3_4_5__windowstrides__1_1__padding_5050050053143756869.mlir b/stablehlo/testdata/conv_general_dilated_padding_lhs_float32_2_3_9_10__rhs_float32_3_3_4_5__windowstrides__1_1__padding_5050050053143756869.mlir index 57002dae22..ec0370c9d1 100644 --- a/stablehlo/testdata/conv_general_dilated_padding_lhs_float32_2_3_9_10__rhs_float32_3_3_4_5__windowstrides__1_1__padding_5050050053143756869.mlir +++ b/stablehlo/testdata/conv_general_dilated_padding_lhs_float32_2_3_9_10__rhs_float32_3_3_4_5__windowstrides__1_1__padding_5050050053143756869.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-opt -inline %s | stablehlo-translate --interpret +// RUN: stablehlo-opt -inline %s | stablehlo-translate --interpret // RUN: stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt > %t.0 // RUN: stablehlo-opt %s > %t.1 // RUN: diff %t.0 %t.1 diff --git a/stablehlo/testdata/conv_general_dilated_preferred_lhs_float32_2_3_9_10__rhs_float32_3_3_4_5__windowstrides__1_1__paddin-8230831430534381289.mlir b/stablehlo/testdata/conv_general_dilated_preferred_lhs_float32_2_3_9_10__rhs_float32_3_3_4_5__windowstrides__1_1__paddin-8230831430534381289.mlir index bec43fb444..05b6173672 100644 --- a/stablehlo/testdata/conv_general_dilated_preferred_lhs_float32_2_3_9_10__rhs_float32_3_3_4_5__windowstrides__1_1__paddin-8230831430534381289.mlir +++ b/stablehlo/testdata/conv_general_dilated_preferred_lhs_float32_2_3_9_10__rhs_float32_3_3_4_5__windowstrides__1_1__paddin-8230831430534381289.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-opt -inline %s | stablehlo-translate --interpret +// RUN: stablehlo-opt -inline %s | stablehlo-translate --interpret // RUN: stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt > %t.0 // RUN: stablehlo-opt %s > %t.1 // RUN: diff %t.0 %t.1 diff --git a/stablehlo/testdata/conv_general_dilated_preferred_lhs_float32_2_3_9_10__rhs_float32_3_3_4_5__windowstrides__1_1__paddin2430556623423240398.mlir b/stablehlo/testdata/conv_general_dilated_preferred_lhs_float32_2_3_9_10__rhs_float32_3_3_4_5__windowstrides__1_1__paddin2430556623423240398.mlir index da13920da6..cf4c9c2667 100644 --- a/stablehlo/testdata/conv_general_dilated_preferred_lhs_float32_2_3_9_10__rhs_float32_3_3_4_5__windowstrides__1_1__paddin2430556623423240398.mlir +++ b/stablehlo/testdata/conv_general_dilated_preferred_lhs_float32_2_3_9_10__rhs_float32_3_3_4_5__windowstrides__1_1__paddin2430556623423240398.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-opt -inline %s | stablehlo-translate --interpret +// RUN: stablehlo-opt -inline %s | stablehlo-translate --interpret // RUN: stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt > %t.0 // RUN: stablehlo-opt %s > %t.1 // RUN: diff %t.0 %t.1 diff --git a/stablehlo/testdata/conv_general_dilated_preferred_lhs_int32_2_3_9_10__rhs_int32_3_3_4_5__windowstrides__1_1__padding___-7077764382968112509.mlir b/stablehlo/testdata/conv_general_dilated_preferred_lhs_int32_2_3_9_10__rhs_int32_3_3_4_5__windowstrides__1_1__padding___-7077764382968112509.mlir index 3b1fba42a0..6b97083a2d 100644 --- a/stablehlo/testdata/conv_general_dilated_preferred_lhs_int32_2_3_9_10__rhs_int32_3_3_4_5__windowstrides__1_1__padding___-7077764382968112509.mlir +++ b/stablehlo/testdata/conv_general_dilated_preferred_lhs_int32_2_3_9_10__rhs_int32_3_3_4_5__windowstrides__1_1__padding___-7077764382968112509.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-opt -inline %s | stablehlo-translate --interpret +// RUN: stablehlo-opt -inline %s | stablehlo-translate --interpret // RUN: stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt > %t.0 // RUN: stablehlo-opt %s > %t.1 // RUN: diff %t.0 %t.1 diff --git a/stablehlo/testdata/conv_general_dilated_preferred_lhs_int32_2_3_9_10__rhs_int32_3_3_4_5__windowstrides__1_1__padding___8425439145703732762.mlir b/stablehlo/testdata/conv_general_dilated_preferred_lhs_int32_2_3_9_10__rhs_int32_3_3_4_5__windowstrides__1_1__padding___8425439145703732762.mlir index cb1bc57353..8343bdba7c 100644 --- a/stablehlo/testdata/conv_general_dilated_preferred_lhs_int32_2_3_9_10__rhs_int32_3_3_4_5__windowstrides__1_1__padding___8425439145703732762.mlir +++ b/stablehlo/testdata/conv_general_dilated_preferred_lhs_int32_2_3_9_10__rhs_int32_3_3_4_5__windowstrides__1_1__padding___8425439145703732762.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-opt -inline %s | stablehlo-translate --interpret +// RUN: stablehlo-opt -inline %s | stablehlo-translate --interpret // RUN: stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt > %t.0 // RUN: stablehlo-opt %s > %t.1 // RUN: diff %t.0 %t.1 diff --git a/stablehlo/testdata/conv_general_dilated_rhs_oob_after_dilation_lhs_float32_2_3_9_10__rhs_float32_3_3_4_5__windowstrides2604570134889024577.mlir b/stablehlo/testdata/conv_general_dilated_rhs_oob_after_dilation_lhs_float32_2_3_9_10__rhs_float32_3_3_4_5__windowstrides2604570134889024577.mlir index 7492f2dfe7..edfdb78b0a 100644 --- a/stablehlo/testdata/conv_general_dilated_rhs_oob_after_dilation_lhs_float32_2_3_9_10__rhs_float32_3_3_4_5__windowstrides2604570134889024577.mlir +++ b/stablehlo/testdata/conv_general_dilated_rhs_oob_after_dilation_lhs_float32_2_3_9_10__rhs_float32_3_3_4_5__windowstrides2604570134889024577.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-opt -inline %s | stablehlo-translate --interpret +// RUN: stablehlo-opt -inline %s | stablehlo-translate --interpret // RUN: stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt > %t.0 // RUN: stablehlo-opt %s > %t.1 // RUN: diff %t.0 %t.1 diff --git a/stablehlo/testdata/conv_general_dilated_rhs_oob_after_pading_lhs_float32_1_3_2_2__rhs_float32_64_3_7_7__windowstrides__5476883256254674781.mlir b/stablehlo/testdata/conv_general_dilated_rhs_oob_after_pading_lhs_float32_1_3_2_2__rhs_float32_64_3_7_7__windowstrides__5476883256254674781.mlir index 581ff61120..9ea173cd60 100644 --- a/stablehlo/testdata/conv_general_dilated_rhs_oob_after_pading_lhs_float32_1_3_2_2__rhs_float32_64_3_7_7__windowstrides__5476883256254674781.mlir +++ b/stablehlo/testdata/conv_general_dilated_rhs_oob_after_pading_lhs_float32_1_3_2_2__rhs_float32_64_3_7_7__windowstrides__5476883256254674781.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-opt -inline %s | stablehlo-translate --interpret +// RUN: stablehlo-opt -inline %s | stablehlo-translate --interpret // RUN: stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt > %t.0 // RUN: stablehlo-opt %s > %t.1 // RUN: diff %t.0 %t.1 diff --git a/stablehlo/testdata/conv_general_dilated_rhs_oob_lhs_float32_2_3_9_10__rhs_float32_3_3_10_5__windowstrides__1_1__padding-7028470013130116023.mlir b/stablehlo/testdata/conv_general_dilated_rhs_oob_lhs_float32_2_3_9_10__rhs_float32_3_3_10_5__windowstrides__1_1__padding-7028470013130116023.mlir index 254e189b33..07048e9fc1 100644 --- a/stablehlo/testdata/conv_general_dilated_rhs_oob_lhs_float32_2_3_9_10__rhs_float32_3_3_10_5__windowstrides__1_1__padding-7028470013130116023.mlir +++ b/stablehlo/testdata/conv_general_dilated_rhs_oob_lhs_float32_2_3_9_10__rhs_float32_3_3_10_5__windowstrides__1_1__padding-7028470013130116023.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-opt -inline %s | stablehlo-translate --interpret +// RUN: stablehlo-opt -inline %s | stablehlo-translate --interpret // RUN: stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt > %t.0 // RUN: stablehlo-opt %s > %t.1 // RUN: diff %t.0 %t.1 diff --git a/stablehlo/testdata/conv_general_dilated_rhs_oob_same_padding_lhs_float32_1_1_16_1__rhs_float32_4_1_1_2__windowstrides__-5378230060959849233.mlir b/stablehlo/testdata/conv_general_dilated_rhs_oob_same_padding_lhs_float32_1_1_16_1__rhs_float32_4_1_1_2__windowstrides__-5378230060959849233.mlir index cf4088ae8f..90668369bd 100644 --- a/stablehlo/testdata/conv_general_dilated_rhs_oob_same_padding_lhs_float32_1_1_16_1__rhs_float32_4_1_1_2__windowstrides__-5378230060959849233.mlir +++ b/stablehlo/testdata/conv_general_dilated_rhs_oob_same_padding_lhs_float32_1_1_16_1__rhs_float32_4_1_1_2__windowstrides__-5378230060959849233.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-opt -inline %s | stablehlo-translate --interpret +// RUN: stablehlo-opt -inline %s | stablehlo-translate --interpret // RUN: stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt > %t.0 // RUN: stablehlo-opt %s > %t.1 // RUN: diff %t.0 %t.1 diff --git a/stablehlo/testdata/conv_general_dilated_tf_conversion_path_1d_lhs_float32_1_28_1__rhs_float32_3_1_16__windowstrides__1_-3327288011231887622.mlir b/stablehlo/testdata/conv_general_dilated_tf_conversion_path_1d_lhs_float32_1_28_1__rhs_float32_3_1_16__windowstrides__1_-3327288011231887622.mlir index 10ab074e42..e3413c0d64 100644 --- a/stablehlo/testdata/conv_general_dilated_tf_conversion_path_1d_lhs_float32_1_28_1__rhs_float32_3_1_16__windowstrides__1_-3327288011231887622.mlir +++ b/stablehlo/testdata/conv_general_dilated_tf_conversion_path_1d_lhs_float32_1_28_1__rhs_float32_3_1_16__windowstrides__1_-3327288011231887622.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-opt -inline %s | stablehlo-translate --interpret +// RUN: stablehlo-opt -inline %s | stablehlo-translate --interpret // RUN: stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt > %t.0 // RUN: stablehlo-opt %s > %t.1 // RUN: diff %t.0 %t.1 diff --git a/stablehlo/testdata/conv_general_dilated_tf_conversion_path_1d_lhs_float32_1_28_1__rhs_float32_3_1_16__windowstrides__1_-3622729120410096886.mlir b/stablehlo/testdata/conv_general_dilated_tf_conversion_path_1d_lhs_float32_1_28_1__rhs_float32_3_1_16__windowstrides__1_-3622729120410096886.mlir index 04676ee3de..4b664e8e57 100644 --- a/stablehlo/testdata/conv_general_dilated_tf_conversion_path_1d_lhs_float32_1_28_1__rhs_float32_3_1_16__windowstrides__1_-3622729120410096886.mlir +++ b/stablehlo/testdata/conv_general_dilated_tf_conversion_path_1d_lhs_float32_1_28_1__rhs_float32_3_1_16__windowstrides__1_-3622729120410096886.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-opt -inline %s | stablehlo-translate --interpret +// RUN: stablehlo-opt -inline %s | stablehlo-translate --interpret // RUN: stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt > %t.0 // RUN: stablehlo-opt %s > %t.1 // RUN: diff %t.0 %t.1 diff --git a/stablehlo/testdata/conv_general_dilated_tf_conversion_path_1d_lhs_float32_1_28_1__rhs_float32_3_1_16__windowstrides__1_-6986955039250405512.mlir b/stablehlo/testdata/conv_general_dilated_tf_conversion_path_1d_lhs_float32_1_28_1__rhs_float32_3_1_16__windowstrides__1_-6986955039250405512.mlir index 3ccc19eb46..33dbaccfe9 100644 --- a/stablehlo/testdata/conv_general_dilated_tf_conversion_path_1d_lhs_float32_1_28_1__rhs_float32_3_1_16__windowstrides__1_-6986955039250405512.mlir +++ b/stablehlo/testdata/conv_general_dilated_tf_conversion_path_1d_lhs_float32_1_28_1__rhs_float32_3_1_16__windowstrides__1_-6986955039250405512.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-opt -inline %s | stablehlo-translate --interpret +// RUN: stablehlo-opt -inline %s | stablehlo-translate --interpret // RUN: stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt > %t.0 // RUN: stablehlo-opt %s > %t.1 // RUN: diff %t.0 %t.1 diff --git a/stablehlo/testdata/conv_general_dilated_tf_conversion_path_1d_lhs_float32_1_28_1__rhs_float32_3_1_16__windowstrides__1_-9029857704645127306.mlir b/stablehlo/testdata/conv_general_dilated_tf_conversion_path_1d_lhs_float32_1_28_1__rhs_float32_3_1_16__windowstrides__1_-9029857704645127306.mlir index 6d3367cf10..fae21627d1 100644 --- a/stablehlo/testdata/conv_general_dilated_tf_conversion_path_1d_lhs_float32_1_28_1__rhs_float32_3_1_16__windowstrides__1_-9029857704645127306.mlir +++ b/stablehlo/testdata/conv_general_dilated_tf_conversion_path_1d_lhs_float32_1_28_1__rhs_float32_3_1_16__windowstrides__1_-9029857704645127306.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-opt -inline %s | stablehlo-translate --interpret +// RUN: stablehlo-opt -inline %s | stablehlo-translate --interpret // RUN: stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt > %t.0 // RUN: stablehlo-opt %s > %t.1 // RUN: diff %t.0 %t.1 diff --git a/stablehlo/testdata/conv_general_dilated_tf_conversion_path_2d_lhs_float32_1_1_28_28__rhs_float32_3_3_1_16__windowstride-2949258448720886117.mlir b/stablehlo/testdata/conv_general_dilated_tf_conversion_path_2d_lhs_float32_1_1_28_28__rhs_float32_3_3_1_16__windowstride-2949258448720886117.mlir index b5ba24eb51..6d7e72f464 100644 --- a/stablehlo/testdata/conv_general_dilated_tf_conversion_path_2d_lhs_float32_1_1_28_28__rhs_float32_3_3_1_16__windowstride-2949258448720886117.mlir +++ b/stablehlo/testdata/conv_general_dilated_tf_conversion_path_2d_lhs_float32_1_1_28_28__rhs_float32_3_3_1_16__windowstride-2949258448720886117.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-opt -inline %s | stablehlo-translate --interpret +// RUN: stablehlo-opt -inline %s | stablehlo-translate --interpret // RUN: stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt > %t.0 // RUN: stablehlo-opt %s > %t.1 // RUN: diff %t.0 %t.1 diff --git a/stablehlo/testdata/conv_general_dilated_tf_conversion_path_2d_lhs_float32_1_1_28_28__rhs_float32_3_3_1_16__windowstride-3150713558304940791.mlir b/stablehlo/testdata/conv_general_dilated_tf_conversion_path_2d_lhs_float32_1_1_28_28__rhs_float32_3_3_1_16__windowstride-3150713558304940791.mlir index 4b83166fc2..1a4faa5cdb 100644 --- a/stablehlo/testdata/conv_general_dilated_tf_conversion_path_2d_lhs_float32_1_1_28_28__rhs_float32_3_3_1_16__windowstride-3150713558304940791.mlir +++ b/stablehlo/testdata/conv_general_dilated_tf_conversion_path_2d_lhs_float32_1_1_28_28__rhs_float32_3_3_1_16__windowstride-3150713558304940791.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-opt -inline %s | stablehlo-translate --interpret +// RUN: stablehlo-opt -inline %s | stablehlo-translate --interpret // RUN: stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt > %t.0 // RUN: stablehlo-opt %s > %t.1 // RUN: diff %t.0 %t.1 diff --git a/stablehlo/testdata/conv_general_dilated_tf_conversion_path_2d_lhs_float32_1_1_28_28__rhs_float32_3_3_1_16__windowstride-4268834939663085007.mlir b/stablehlo/testdata/conv_general_dilated_tf_conversion_path_2d_lhs_float32_1_1_28_28__rhs_float32_3_3_1_16__windowstride-4268834939663085007.mlir index f93ed584a5..936bf849c9 100644 --- a/stablehlo/testdata/conv_general_dilated_tf_conversion_path_2d_lhs_float32_1_1_28_28__rhs_float32_3_3_1_16__windowstride-4268834939663085007.mlir +++ b/stablehlo/testdata/conv_general_dilated_tf_conversion_path_2d_lhs_float32_1_1_28_28__rhs_float32_3_3_1_16__windowstride-4268834939663085007.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-opt -inline %s | stablehlo-translate --interpret +// RUN: stablehlo-opt -inline %s | stablehlo-translate --interpret // RUN: stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt > %t.0 // RUN: stablehlo-opt %s > %t.1 // RUN: diff %t.0 %t.1 diff --git a/stablehlo/testdata/conv_general_dilated_tf_conversion_path_2d_lhs_float32_1_1_28_28__rhs_float32_3_3_1_16__windowstride-4823547473556881342.mlir b/stablehlo/testdata/conv_general_dilated_tf_conversion_path_2d_lhs_float32_1_1_28_28__rhs_float32_3_3_1_16__windowstride-4823547473556881342.mlir index ecc053b552..bb45f7c5f5 100644 --- a/stablehlo/testdata/conv_general_dilated_tf_conversion_path_2d_lhs_float32_1_1_28_28__rhs_float32_3_3_1_16__windowstride-4823547473556881342.mlir +++ b/stablehlo/testdata/conv_general_dilated_tf_conversion_path_2d_lhs_float32_1_1_28_28__rhs_float32_3_3_1_16__windowstride-4823547473556881342.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-opt -inline %s | stablehlo-translate --interpret +// RUN: stablehlo-opt -inline %s | stablehlo-translate --interpret // RUN: stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt > %t.0 // RUN: stablehlo-opt %s > %t.1 // RUN: diff %t.0 %t.1 diff --git a/stablehlo/testdata/conv_general_dilated_tf_conversion_path_2d_lhs_float32_1_1_28_28__rhs_float32_3_3_1_16__windowstride6887804375295982821.mlir b/stablehlo/testdata/conv_general_dilated_tf_conversion_path_2d_lhs_float32_1_1_28_28__rhs_float32_3_3_1_16__windowstride6887804375295982821.mlir index 218ee435eb..44d4485877 100644 --- a/stablehlo/testdata/conv_general_dilated_tf_conversion_path_2d_lhs_float32_1_1_28_28__rhs_float32_3_3_1_16__windowstride6887804375295982821.mlir +++ b/stablehlo/testdata/conv_general_dilated_tf_conversion_path_2d_lhs_float32_1_1_28_28__rhs_float32_3_3_1_16__windowstride6887804375295982821.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-opt -inline %s | stablehlo-translate --interpret +// RUN: stablehlo-opt -inline %s | stablehlo-translate --interpret // RUN: stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt > %t.0 // RUN: stablehlo-opt %s > %t.1 // RUN: diff %t.0 %t.1 diff --git a/stablehlo/testdata/conv_general_dilated_tf_conversion_path_2d_lhs_float32_1_28_28_1__rhs_float32_3_3_1_16__windowstride-5370080226275098061.mlir b/stablehlo/testdata/conv_general_dilated_tf_conversion_path_2d_lhs_float32_1_28_28_1__rhs_float32_3_3_1_16__windowstride-5370080226275098061.mlir index 8da8ecc13a..f92256414b 100644 --- a/stablehlo/testdata/conv_general_dilated_tf_conversion_path_2d_lhs_float32_1_28_28_1__rhs_float32_3_3_1_16__windowstride-5370080226275098061.mlir +++ b/stablehlo/testdata/conv_general_dilated_tf_conversion_path_2d_lhs_float32_1_28_28_1__rhs_float32_3_3_1_16__windowstride-5370080226275098061.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-opt -inline %s | stablehlo-translate --interpret +// RUN: stablehlo-opt -inline %s | stablehlo-translate --interpret // RUN: stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt > %t.0 // RUN: stablehlo-opt %s > %t.1 // RUN: diff %t.0 %t.1 diff --git a/stablehlo/testdata/conv_general_dilated_tf_conversion_path_2d_lhs_float32_1_28_28_1__rhs_float32_3_3_1_16__windowstride3500806609840728678.mlir b/stablehlo/testdata/conv_general_dilated_tf_conversion_path_2d_lhs_float32_1_28_28_1__rhs_float32_3_3_1_16__windowstride3500806609840728678.mlir index e7d49f7d5c..0ad7355f21 100644 --- a/stablehlo/testdata/conv_general_dilated_tf_conversion_path_2d_lhs_float32_1_28_28_1__rhs_float32_3_3_1_16__windowstride3500806609840728678.mlir +++ b/stablehlo/testdata/conv_general_dilated_tf_conversion_path_2d_lhs_float32_1_28_28_1__rhs_float32_3_3_1_16__windowstride3500806609840728678.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-opt -inline %s | stablehlo-translate --interpret +// RUN: stablehlo-opt -inline %s | stablehlo-translate --interpret // RUN: stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt > %t.0 // RUN: stablehlo-opt %s > %t.1 // RUN: diff %t.0 %t.1 diff --git a/stablehlo/testdata/conv_general_dilated_tf_conversion_path_2d_lhs_float32_1_28_28_1__rhs_float32_3_3_1_16__windowstride5787494791845602941.mlir b/stablehlo/testdata/conv_general_dilated_tf_conversion_path_2d_lhs_float32_1_28_28_1__rhs_float32_3_3_1_16__windowstride5787494791845602941.mlir index 287a8e6685..ac9d98a054 100644 --- a/stablehlo/testdata/conv_general_dilated_tf_conversion_path_2d_lhs_float32_1_28_28_1__rhs_float32_3_3_1_16__windowstride5787494791845602941.mlir +++ b/stablehlo/testdata/conv_general_dilated_tf_conversion_path_2d_lhs_float32_1_28_28_1__rhs_float32_3_3_1_16__windowstride5787494791845602941.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-opt -inline %s | stablehlo-translate --interpret +// RUN: stablehlo-opt -inline %s | stablehlo-translate --interpret // RUN: stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt > %t.0 // RUN: stablehlo-opt %s > %t.1 // RUN: diff %t.0 %t.1 diff --git a/stablehlo/testdata/conv_general_dilated_tf_conversion_path_2d_lhs_float32_1_28_28_1__rhs_float32_3_3_1_16__windowstride6312536791243051545.mlir b/stablehlo/testdata/conv_general_dilated_tf_conversion_path_2d_lhs_float32_1_28_28_1__rhs_float32_3_3_1_16__windowstride6312536791243051545.mlir index 6cb4d4f861..6803383c27 100644 --- a/stablehlo/testdata/conv_general_dilated_tf_conversion_path_2d_lhs_float32_1_28_28_1__rhs_float32_3_3_1_16__windowstride6312536791243051545.mlir +++ b/stablehlo/testdata/conv_general_dilated_tf_conversion_path_2d_lhs_float32_1_28_28_1__rhs_float32_3_3_1_16__windowstride6312536791243051545.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-opt -inline %s | stablehlo-translate --interpret +// RUN: stablehlo-opt -inline %s | stablehlo-translate --interpret // RUN: stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt > %t.0 // RUN: stablehlo-opt %s > %t.1 // RUN: diff %t.0 %t.1 diff --git a/stablehlo/testdata/conv_general_dilated_tf_conversion_path_2d_lhs_float32_1_28_28_1__rhs_float32_3_3_1_16__windowstride8472832706066243053.mlir b/stablehlo/testdata/conv_general_dilated_tf_conversion_path_2d_lhs_float32_1_28_28_1__rhs_float32_3_3_1_16__windowstride8472832706066243053.mlir index 074d1d9f20..998983ad09 100644 --- a/stablehlo/testdata/conv_general_dilated_tf_conversion_path_2d_lhs_float32_1_28_28_1__rhs_float32_3_3_1_16__windowstride8472832706066243053.mlir +++ b/stablehlo/testdata/conv_general_dilated_tf_conversion_path_2d_lhs_float32_1_28_28_1__rhs_float32_3_3_1_16__windowstride8472832706066243053.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-opt -inline %s | stablehlo-translate --interpret +// RUN: stablehlo-opt -inline %s | stablehlo-translate --interpret // RUN: stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt > %t.0 // RUN: stablehlo-opt %s > %t.1 // RUN: diff %t.0 %t.1 diff --git a/stablehlo/testdata/conv_general_dilated_tf_conversion_path_3d_lhs_float32_1_4_28_28_1__rhs_float32_2_3_3_1_16__windowst-8282934958224398022.mlir b/stablehlo/testdata/conv_general_dilated_tf_conversion_path_3d_lhs_float32_1_4_28_28_1__rhs_float32_2_3_3_1_16__windowst-8282934958224398022.mlir index 02be425b6a..0cc45bbd78 100644 --- a/stablehlo/testdata/conv_general_dilated_tf_conversion_path_3d_lhs_float32_1_4_28_28_1__rhs_float32_2_3_3_1_16__windowst-8282934958224398022.mlir +++ b/stablehlo/testdata/conv_general_dilated_tf_conversion_path_3d_lhs_float32_1_4_28_28_1__rhs_float32_2_3_3_1_16__windowst-8282934958224398022.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-opt -inline %s | stablehlo-translate --interpret +// RUN: stablehlo-opt -inline %s | stablehlo-translate --interpret // RUN: stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt > %t.0 // RUN: stablehlo-opt %s > %t.1 // RUN: diff %t.0 %t.1 diff --git a/stablehlo/testdata/conv_general_dilated_tf_conversion_path_3d_lhs_float32_1_4_28_28_1__rhs_float32_2_3_3_1_16__windowst3167308923230843499.mlir b/stablehlo/testdata/conv_general_dilated_tf_conversion_path_3d_lhs_float32_1_4_28_28_1__rhs_float32_2_3_3_1_16__windowst3167308923230843499.mlir index cd7aff7bfa..03a7a5644e 100644 --- a/stablehlo/testdata/conv_general_dilated_tf_conversion_path_3d_lhs_float32_1_4_28_28_1__rhs_float32_2_3_3_1_16__windowst3167308923230843499.mlir +++ b/stablehlo/testdata/conv_general_dilated_tf_conversion_path_3d_lhs_float32_1_4_28_28_1__rhs_float32_2_3_3_1_16__windowst3167308923230843499.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-opt -inline %s | stablehlo-translate --interpret +// RUN: stablehlo-opt -inline %s | stablehlo-translate --interpret // RUN: stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt > %t.0 // RUN: stablehlo-opt %s > %t.1 // RUN: diff %t.0 %t.1 diff --git a/stablehlo/testdata/conv_general_dilated_tf_conversion_path_3d_lhs_float32_1_4_28_28_1__rhs_float32_2_3_3_1_16__windowst6072174321640638276.mlir b/stablehlo/testdata/conv_general_dilated_tf_conversion_path_3d_lhs_float32_1_4_28_28_1__rhs_float32_2_3_3_1_16__windowst6072174321640638276.mlir index ed1a6c7fc6..1dc18b55f4 100644 --- a/stablehlo/testdata/conv_general_dilated_tf_conversion_path_3d_lhs_float32_1_4_28_28_1__rhs_float32_2_3_3_1_16__windowst6072174321640638276.mlir +++ b/stablehlo/testdata/conv_general_dilated_tf_conversion_path_3d_lhs_float32_1_4_28_28_1__rhs_float32_2_3_3_1_16__windowst6072174321640638276.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-opt -inline %s | stablehlo-translate --interpret +// RUN: stablehlo-opt -inline %s | stablehlo-translate --interpret // RUN: stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt > %t.0 // RUN: stablehlo-opt %s > %t.1 // RUN: diff %t.0 %t.1 diff --git a/stablehlo/testdata/conv_general_dilated_tf_conversion_path_3d_lhs_float32_1_4_28_28_1__rhs_float32_2_3_3_1_16__windowst8524424959485066052.mlir b/stablehlo/testdata/conv_general_dilated_tf_conversion_path_3d_lhs_float32_1_4_28_28_1__rhs_float32_2_3_3_1_16__windowst8524424959485066052.mlir index 47ff8fde3a..7ecf8022d8 100644 --- a/stablehlo/testdata/conv_general_dilated_tf_conversion_path_3d_lhs_float32_1_4_28_28_1__rhs_float32_2_3_3_1_16__windowst8524424959485066052.mlir +++ b/stablehlo/testdata/conv_general_dilated_tf_conversion_path_3d_lhs_float32_1_4_28_28_1__rhs_float32_2_3_3_1_16__windowst8524424959485066052.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-opt -inline %s | stablehlo-translate --interpret +// RUN: stablehlo-opt -inline %s | stablehlo-translate --interpret // RUN: stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt > %t.0 // RUN: stablehlo-opt %s > %t.1 // RUN: diff %t.0 %t.1 diff --git a/stablehlo/testdata/conv_general_dilated_window_strides_lhs_float32_2_3_9_10__rhs_float32_3_3_4_5__windowstrides__2_3__p-3051008093469972974.mlir b/stablehlo/testdata/conv_general_dilated_window_strides_lhs_float32_2_3_9_10__rhs_float32_3_3_4_5__windowstrides__2_3__p-3051008093469972974.mlir index 56884a7dc1..f6e85ac504 100644 --- a/stablehlo/testdata/conv_general_dilated_window_strides_lhs_float32_2_3_9_10__rhs_float32_3_3_4_5__windowstrides__2_3__p-3051008093469972974.mlir +++ b/stablehlo/testdata/conv_general_dilated_window_strides_lhs_float32_2_3_9_10__rhs_float32_3_3_4_5__windowstrides__2_3__p-3051008093469972974.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-opt -inline %s | stablehlo-translate --interpret +// RUN: stablehlo-opt -inline %s | stablehlo-translate --interpret // RUN: stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt > %t.0 // RUN: stablehlo-opt %s > %t.1 // RUN: diff %t.0 %t.1