From d36c04e5dda66697fb7a47e16f345aec6508b1e1 Mon Sep 17 00:00:00 2001 From: Sandeep Dasgupta Date: Thu, 9 Mar 2023 16:50:07 -0800 Subject: [PATCH] Enable tests with the latest precision value (#1305) As mentioned here https://github.com/openxla/stablehlo/issues/1291#issuecomment-1463021997, the PR enables some tests based on the latest precision value https://github.com/openxla/stablehlo/pull/1278. --- stablehlo/testdata/abs_shape_bfloat16_20_20.mlir | 2 +- stablehlo/testdata/abs_shape_complex64_20_20.mlir | 2 +- stablehlo/testdata/abs_shape_float16_20_20.mlir | 2 +- stablehlo/testdata/abs_shape_float32_20_20.mlir | 2 +- stablehlo/testdata/acosh_shape_complex64_20_20.mlir | 2 +- .../testdata/add_any_dtypes_lhs_bfloat16_2__rhs_bfloat16_2.mlir | 2 +- .../add_any_dtypes_lhs_complex64_2__rhs_complex64_2.mlir | 2 +- .../testdata/add_any_dtypes_lhs_float16_2__rhs_float16_2.mlir | 2 +- .../testdata/add_any_dtypes_lhs_float32_2__rhs_float32_2.mlir | 2 +- .../add_broadcasting_lhs_float32_1_20__rhs_float32_20_20.mlir | 2 +- .../add_broadcasting_lhs_float32_20_20__rhs_float32_1_20.mlir | 2 +- .../add_dtypes_lhs_bfloat16_20_20__rhs_bfloat16_20_20.mlir | 2 +- .../add_dtypes_lhs_complex64_20_20__rhs_complex64_20_20.mlir | 2 +- .../add_dtypes_lhs_float16_20_20__rhs_float16_20_20.mlir | 2 +- .../add_dtypes_lhs_float32_20_20__rhs_float32_20_20.mlir | 2 +- stablehlo/testdata/asinh_shape_complex64_20_20.mlir | 2 +- ..._shape_bfloat16_2__outshape__2___broadcastdimensions__0.mlir | 2 +- ...shape_complex64_2__outshape__2___broadcastdimensions__0.mlir | 2 +- ...s_shape_float16_2__outshape__2___broadcastdimensions__0.mlir | 2 +- ...s_shape_float32_2__outshape__2___broadcastdimensions__0.mlir | 2 +- ...oat32_1_2__outshape__4__3__2__broadcastdimensions__0__2.mlir | 2 +- ...shape_float32_2__outshape__2__3__broadcastdimensions__0.mlir | 2 +- ...shape_float32_2__outshape__3__2__broadcastdimensions__1.mlir | 2 +- ...ons_shape_float32___outshape__2__3__broadcastdimensions.mlir | 2 +- stablehlo/testdata/ceil_shape_bfloat16_20_20.mlir | 2 +- stablehlo/testdata/ceil_shape_float16_20_20.mlir | 2 +- stablehlo/testdata/ceil_shape_float32_20_20.mlir | 2 +- ...sting_min_float32_2_3__operand_float32_2_3__max_float32.mlir | 2 +- ...g_min_float32_2_3__operand_float32_2_3__max_float32_2_3.mlir | 2 +- ...ting_min_float32___operand_float32_2_3__max_float32_2_3.mlir | 2 +- ...types_min_bfloat16___operand_bfloat16_2_3__max_bfloat16.mlir | 2 +- ...p_dtypes_min_float16___operand_float16_2_3__max_float16.mlir | 2 +- ...p_dtypes_min_float32___operand_float32_2_3__max_float32.mlir | 2 +- ...er_False_min_float32___operand_float32_2_3__max_float32.mlir | 2 +- ...der_True_min_float32___operand_float32_2_3__max_float32.mlir | 2 +- ..._dimension_shapes_float32_2_3__float32_2_3__dimension_1.mlir | 2 +- ...e_dtypes_shapes_bfloat16_2_3__bfloat16_2_3__dimension_0.mlir | 2 +- ...dtypes_shapes_complex64_2_3__complex64_2_3__dimension_0.mlir | 2 +- ...ate_dtypes_shapes_float16_2_3__float16_2_3__dimension_0.mlir | 2 +- ...ate_dtypes_shapes_float32_2_3__float32_2_3__dimension_0.mlir | 2 +- ...loat32_2_3_4__float32_3_3_4__float32_4_3_4__dimension_0.mlir | 2 +- ...e_bfloat16_100_100__olddtype_bfloat16_newdtype_bfloat16.mlir | 2 +- ...omplex64_100_100__olddtype_complex64_newdtype_complex64.mlir | 2 +- ...hape_float16_100_100__olddtype_float16_newdtype_float16.mlir | 2 +- ...hape_float32_100_100__olddtype_float32_newdtype_float32.mlir | 2 +- stablehlo/testdata/cos_shape_bfloat16_20_20.mlir | 2 +- stablehlo/testdata/cos_shape_float16_20_20.mlir | 2 +- stablehlo/testdata/cos_shape_float32_20_20.mlir | 2 +- stablehlo/testdata/cosh_shape_complex64_20_20.mlir | 2 +- stablehlo/testdata/cosh_shape_float32_20_20.mlir | 2 +- ...2_8_9__associative_scan_reductions_axis_0_reverse_False.mlir | 2 +- ...2_8_9__associative_scan_reductions_axis_1_reverse_False.mlir | 2 +- ...max_axis_by_fun_shape_float32_8_9__axis_0_reverse_False.mlir | 2 +- ...max_axis_by_fun_shape_float32_8_9__axis_1_reverse_False.mlir | 2 +- ...6_8_9__associative_scan_reductions_axis_0_reverse_False.mlir | 2 +- ...x_dtype_by_fun_shape_bfloat16_8_9__axis_0_reverse_False.mlir | 2 +- ...6_8_9__associative_scan_reductions_axis_0_reverse_False.mlir | 2 +- ...ax_dtype_by_fun_shape_float16_8_9__axis_0_reverse_False.mlir | 2 +- ...2_8_9__associative_scan_reductions_axis_0_reverse_False.mlir | 2 +- ...ax_dtype_by_fun_shape_float32_8_9__axis_0_reverse_False.mlir | 2 +- ...32_8_9__associative_scan_reductions_axis_0_reverse_True.mlir | 2 +- .../cummax_reverse_shape_float32_8_9__axis_0_reverse_True.mlir | 2 +- ...2_8_9__associative_scan_reductions_axis_0_reverse_False.mlir | 2 +- ...2_8_9__associative_scan_reductions_axis_1_reverse_False.mlir | 2 +- ...min_axis_by_fun_shape_float32_8_9__axis_0_reverse_False.mlir | 2 +- ...min_axis_by_fun_shape_float32_8_9__axis_1_reverse_False.mlir | 2 +- ...6_8_9__associative_scan_reductions_axis_0_reverse_False.mlir | 2 +- ...n_dtype_by_fun_shape_bfloat16_8_9__axis_0_reverse_False.mlir | 2 +- ...6_8_9__associative_scan_reductions_axis_0_reverse_False.mlir | 2 +- ...in_dtype_by_fun_shape_float16_8_9__axis_0_reverse_False.mlir | 2 +- ...2_8_9__associative_scan_reductions_axis_0_reverse_False.mlir | 2 +- ...in_dtype_by_fun_shape_float32_8_9__axis_0_reverse_False.mlir | 2 +- ...32_8_9__associative_scan_reductions_axis_0_reverse_True.mlir | 2 +- .../cummin_reverse_shape_float32_8_9__axis_0_reverse_True.mlir | 2 +- ...2_8_9__associative_scan_reductions_axis_0_reverse_False.mlir | 2 +- ...2_8_9__associative_scan_reductions_axis_1_reverse_False.mlir | 2 +- ...rod_axis_by_fun_shape_float32_8_9__axis_0_reverse_False.mlir | 2 +- ...rod_axis_by_fun_shape_float32_8_9__axis_1_reverse_False.mlir | 2 +- ...6_8_9__associative_scan_reductions_axis_0_reverse_False.mlir | 2 +- ...d_dtype_by_fun_shape_bfloat16_8_9__axis_0_reverse_False.mlir | 2 +- ...6_8_9__associative_scan_reductions_axis_0_reverse_False.mlir | 2 +- ...od_dtype_by_fun_shape_float16_8_9__axis_0_reverse_False.mlir | 2 +- ...2_8_9__associative_scan_reductions_axis_0_reverse_False.mlir | 2 +- ...od_dtype_by_fun_shape_float32_8_9__axis_0_reverse_False.mlir | 2 +- ...32_8_9__associative_scan_reductions_axis_0_reverse_True.mlir | 2 +- .../cumprod_reverse_shape_float32_8_9__axis_0_reverse_True.mlir | 2 +- ...2_8_9__associative_scan_reductions_axis_0_reverse_False.mlir | 2 +- ...2_8_9__associative_scan_reductions_axis_1_reverse_False.mlir | 2 +- ...sum_axis_by_fun_shape_float32_8_9__axis_0_reverse_False.mlir | 2 +- ...sum_axis_by_fun_shape_float32_8_9__axis_1_reverse_False.mlir | 2 +- ...6_8_9__associative_scan_reductions_axis_0_reverse_False.mlir | 2 +- ...m_dtype_by_fun_shape_bfloat16_8_9__axis_0_reverse_False.mlir | 2 +- ...4_8_9__associative_scan_reductions_axis_0_reverse_False.mlir | 2 +- ..._dtype_by_fun_shape_complex64_8_9__axis_0_reverse_False.mlir | 2 +- ...6_8_9__associative_scan_reductions_axis_0_reverse_False.mlir | 2 +- ...um_dtype_by_fun_shape_float16_8_9__axis_0_reverse_False.mlir | 2 +- ...2_8_9__associative_scan_reductions_axis_0_reverse_False.mlir | 2 +- ...um_dtype_by_fun_shape_float32_8_9__axis_0_reverse_False.mlir | 2 +- ...32_8_9__associative_scan_reductions_axis_0_reverse_True.mlir | 2 +- .../cumsum_reverse_shape_float32_8_9__axis_0_reverse_True.mlir | 2 +- .../device_put_devices_shape_float32_3_4__device__cpu.mlir | 2 +- .../device_put_dtypes_shape_bfloat16_3_4__device_None.mlir | 2 +- .../device_put_dtypes_shape_complex64_3_4__device_None.mlir | 2 +- .../device_put_dtypes_shape_float16_3_4__device_None.mlir | 2 +- .../device_put_dtypes_shape_float32_3_4__device_None.mlir | 2 +- .../div_broadcast_lhs_float32_2_1_3__rhs_float32_2_4_3.mlir | 2 +- .../div_broadcast_lhs_float32_2_4_3__rhs_float32_2_1_3.mlir | 2 +- .../testdata/div_dtypes_lhs_bfloat16_2__rhs_bfloat16_2.mlir | 2 +- .../testdata/div_dtypes_lhs_complex64_2__rhs_complex64_2.mlir | 2 +- stablehlo/testdata/div_dtypes_lhs_float16_2__rhs_float16_2.mlir | 2 +- stablehlo/testdata/div_dtypes_lhs_float32_2__rhs_float32_2.mlir | 2 +- .../div_singularity_0_by_0_lhs_float32_2__rhs_float32_2.mlir | 2 +- ...div_singularity_inf_by_inf_lhs_float32_1__rhs_float32_1.mlir | 2 +- ..._singularity_negative_by_0_lhs_float32_2__rhs_float32_2.mlir | 2 +- ..._singularity_positive_by_0_lhs_float32_2__rhs_float32_2.mlir | 2 +- stablehlo/testdata/erf_shape_float32_20_20.mlir | 2 +- stablehlo/testdata/exp_shape_bfloat16_20_20.mlir | 2 +- stablehlo/testdata/exp_shape_float16_20_20.mlir | 2 +- stablehlo/testdata/exp_shape_float32_20_20.mlir | 2 +- stablehlo/testdata/floor_shape_bfloat16_20_20.mlir | 2 +- stablehlo/testdata/floor_shape_float16_20_20.mlir | 2 +- stablehlo/testdata/floor_shape_float32_20_20.mlir | 2 +- stablehlo/testdata/imag_dtypes_shape_complex64_2_3.mlir | 2 +- .../testdata/integer_pow_dtypes_shape_bfloat16_20_30__y_-1.mlir | 2 +- .../testdata/integer_pow_dtypes_shape_bfloat16_20_30__y_-2.mlir | 2 +- .../testdata/integer_pow_dtypes_shape_bfloat16_20_30__y_-3.mlir | 2 +- .../testdata/integer_pow_dtypes_shape_bfloat16_20_30__y_0.mlir | 2 +- .../testdata/integer_pow_dtypes_shape_bfloat16_20_30__y_1.mlir | 2 +- .../testdata/integer_pow_dtypes_shape_bfloat16_20_30__y_2.mlir | 2 +- .../testdata/integer_pow_dtypes_shape_bfloat16_20_30__y_3.mlir | 2 +- .../testdata/integer_pow_dtypes_shape_bfloat16_20_30__y_4.mlir | 2 +- .../integer_pow_dtypes_shape_complex64_20_30__y_-1.mlir | 2 +- .../integer_pow_dtypes_shape_complex64_20_30__y_-2.mlir | 2 +- .../testdata/integer_pow_dtypes_shape_complex64_20_30__y_0.mlir | 2 +- .../testdata/integer_pow_dtypes_shape_complex64_20_30__y_1.mlir | 2 +- .../testdata/integer_pow_dtypes_shape_complex64_20_30__y_2.mlir | 2 +- .../testdata/integer_pow_dtypes_shape_complex64_20_30__y_3.mlir | 2 +- .../testdata/integer_pow_dtypes_shape_float16_20_30__y_-1.mlir | 2 +- .../testdata/integer_pow_dtypes_shape_float16_20_30__y_-2.mlir | 2 +- .../testdata/integer_pow_dtypes_shape_float16_20_30__y_-3.mlir | 2 +- .../testdata/integer_pow_dtypes_shape_float16_20_30__y_0.mlir | 2 +- .../testdata/integer_pow_dtypes_shape_float16_20_30__y_1.mlir | 2 +- .../testdata/integer_pow_dtypes_shape_float16_20_30__y_2.mlir | 2 +- .../testdata/integer_pow_dtypes_shape_float16_20_30__y_3.mlir | 2 +- .../testdata/integer_pow_dtypes_shape_float16_20_30__y_4.mlir | 2 +- .../testdata/integer_pow_dtypes_shape_float32_20_30__y_-1.mlir | 2 +- .../testdata/integer_pow_dtypes_shape_float32_20_30__y_-2.mlir | 2 +- .../testdata/integer_pow_dtypes_shape_float32_20_30__y_-3.mlir | 2 +- .../testdata/integer_pow_dtypes_shape_float32_20_30__y_0.mlir | 2 +- .../testdata/integer_pow_dtypes_shape_float32_20_30__y_1.mlir | 2 +- .../testdata/integer_pow_dtypes_shape_float32_20_30__y_2.mlir | 2 +- .../testdata/integer_pow_dtypes_shape_float32_20_30__y_3.mlir | 2 +- .../testdata/integer_pow_dtypes_shape_float32_20_30__y_4.mlir | 2 +- ...teger_pow_negative_overflow_shape_float16_20_30__y_-127.mlir | 2 +- .../integer_pow_overflow_shape_bfloat16_20_30__y_127.mlir | 2 +- .../integer_pow_overflow_shape_float16_20_30__y_127.mlir | 2 +- .../integer_pow_overflow_shape_float32_20_30__y_127.mlir | 2 +- .../iota_broadcasting_shape_float32_4_8_1_1__dimension_1.mlir | 2 +- .../iota_broadcasting_shape_float32_4_8_1_1__dimension_2.mlir | 2 +- .../testdata/iota_dtypes_shape_bfloat16_2_3__dimension_0.mlir | 2 +- .../testdata/iota_dtypes_shape_complex64_2_3__dimension_0.mlir | 2 +- .../testdata/iota_dtypes_shape_float16_2_3__dimension_0.mlir | 2 +- .../testdata/iota_dtypes_shape_float32_2_3__dimension_0.mlir | 2 +- stablehlo/testdata/log_shape_bfloat16_20_20.mlir | 2 +- stablehlo/testdata/log_shape_complex64_20_20.mlir | 2 +- stablehlo/testdata/log_shape_float16_20_20.mlir | 2 +- stablehlo/testdata/log_shape_float32_20_20.mlir | 2 +- stablehlo/testdata/logistic_shape_bfloat16_20_20.mlir | 2 +- stablehlo/testdata/logistic_shape_float16_20_20.mlir | 2 +- stablehlo/testdata/logistic_shape_float32_20_20.mlir | 2 +- .../max_broadcasting_lhs_float32_1_20__rhs_float32_20_20.mlir | 2 +- .../max_broadcasting_lhs_float32_20_20__rhs_float32_1_20.mlir | 2 +- .../max_dtypes_lhs_bfloat16_20_20__rhs_bfloat16_20_20.mlir | 2 +- .../max_dtypes_lhs_float16_20_20__rhs_float16_20_20.mlir | 2 +- .../max_dtypes_lhs_float32_20_20__rhs_float32_20_20.mlir | 2 +- stablehlo/testdata/max_inf_nan_bfloat16.mlir | 2 +- stablehlo/testdata/max_inf_nan_float16.mlir | 2 +- stablehlo/testdata/max_inf_nan_float32.mlir | 2 +- .../min_broadcasting_lhs_float32_1_20__rhs_float32_20_20.mlir | 2 +- .../min_broadcasting_lhs_float32_20_20__rhs_float32_1_20.mlir | 2 +- .../min_dtypes_lhs_bfloat16_20_20__rhs_bfloat16_20_20.mlir | 2 +- .../min_dtypes_lhs_float16_20_20__rhs_float16_20_20.mlir | 2 +- .../min_dtypes_lhs_float32_20_20__rhs_float32_20_20.mlir | 2 +- stablehlo/testdata/min_inf_nan_bfloat16.mlir | 2 +- stablehlo/testdata/min_inf_nan_float16.mlir | 2 +- stablehlo/testdata/min_inf_nan_float32.mlir | 2 +- .../mul_broadcasting_lhs_float32_1_20__rhs_float32_20_20.mlir | 2 +- .../mul_broadcasting_lhs_float32_20_20__rhs_float32_1_20.mlir | 2 +- .../mul_dtypes_lhs_bfloat16_20_20__rhs_bfloat16_20_20.mlir | 2 +- .../mul_dtypes_lhs_complex64_20_20__rhs_complex64_20_20.mlir | 2 +- .../mul_dtypes_lhs_float16_20_20__rhs_float16_20_20.mlir | 2 +- .../mul_dtypes_lhs_float32_20_20__rhs_float32_20_20.mlir | 2 +- stablehlo/testdata/neg_shape_bfloat16_20_20.mlir | 2 +- stablehlo/testdata/neg_shape_complex64_20_20.mlir | 2 +- stablehlo/testdata/neg_shape_float16_20_20.mlir | 2 +- stablehlo/testdata/neg_shape_float32_20_20.mlir | 2 +- ...at16_2_3__pads___0__0__0____-1__-1__0___enable_xla_True.mlir | 2 +- ...at16_2_3__pads___0__0__0____-2__-2__4___enable_xla_True.mlir | 2 +- ...at16_2_3__pads___0__0__0____-2__-3__1___enable_xla_True.mlir | 2 +- ...loat16_2_3__pads___0__0__0____0__0__0___enable_xla_True.mlir | 2 +- ...loat16_2_3__pads___1__1__0____2__2__0___enable_xla_True.mlir | 2 +- ...loat16_2_3__pads___1__2__1____0__1__0___enable_xla_True.mlir | 2 +- ...ex64_2_3__pads___0__0__0____-1__-1__0___enable_xla_True.mlir | 2 +- ...ex64_2_3__pads___0__0__0____-2__-2__4___enable_xla_True.mlir | 2 +- ...ex64_2_3__pads___0__0__0____-2__-3__1___enable_xla_True.mlir | 2 +- ...plex64_2_3__pads___0__0__0____0__0__0___enable_xla_True.mlir | 2 +- ...plex64_2_3__pads___1__1__0____2__2__0___enable_xla_True.mlir | 2 +- ...plex64_2_3__pads___1__2__1____0__1__0___enable_xla_True.mlir | 2 +- ...at16_2_3__pads___0__0__0____-1__-1__0___enable_xla_True.mlir | 2 +- ...at16_2_3__pads___0__0__0____-2__-2__4___enable_xla_True.mlir | 2 +- ...at16_2_3__pads___0__0__0____-2__-3__1___enable_xla_True.mlir | 2 +- ...loat16_2_3__pads___0__0__0____0__0__0___enable_xla_True.mlir | 2 +- ...loat16_2_3__pads___1__1__0____2__2__0___enable_xla_True.mlir | 2 +- ...loat16_2_3__pads___1__2__1____0__1__0___enable_xla_True.mlir | 2 +- ...at32_2_3__pads___0__0__0____-1__-1__0___enable_xla_True.mlir | 2 +- ...at32_2_3__pads___0__0__0____-2__-2__4___enable_xla_True.mlir | 2 +- ...at32_2_3__pads___0__0__0____-2__-3__1___enable_xla_True.mlir | 2 +- ...loat32_2_3__pads___0__0__0____0__0__0___enable_xla_True.mlir | 2 +- ...loat32_2_3__pads___1__1__0____2__2__0___enable_xla_True.mlir | 2 +- ...loat32_2_3__pads___1__2__1____0__1__0___enable_xla_True.mlir | 2 +- .../pow_broadcast_lhs_float32_4_1_6__rhs_float32_4_5_6.mlir | 2 +- .../testdata/pow_broadcast_lhs_float32_4_5_6__rhs_float32.mlir | 2 +- .../pow_broadcast_lhs_float32_4_5_6__rhs_float32_4_1_6.mlir | 2 +- .../testdata/pow_broadcast_lhs_float32___rhs_float32_4_5_6.mlir | 2 +- .../pow_dtypes_lhs_bfloat16_20_30__rhs_bfloat16_20_30.mlir | 2 +- .../pow_dtypes_lhs_float16_20_30__rhs_float16_20_30.mlir | 2 +- .../pow_dtypes_lhs_float32_20_30__rhs_float32_20_30.mlir | 2 +- stablehlo/testdata/real_dtypes_shape_complex64_2_3.mlir | 2 +- .../rem_broadcast_lhs_float32_2_1_3__rhs_float32_2_4_3.mlir | 2 +- .../rem_broadcast_lhs_float32_2_4_3__rhs_float32_2_1_3.mlir | 2 +- .../testdata/rem_dtypes_lhs_bfloat16_2__rhs_bfloat16_2.mlir | 2 +- stablehlo/testdata/rem_dtypes_lhs_float16_2__rhs_float16_2.mlir | 2 +- stablehlo/testdata/rem_dtypes_lhs_float32_2__rhs_float32_2.mlir | 2 +- .../rem_singularity_0_by_0_lhs_float32_2__rhs_float32_2.mlir | 2 +- ...rem_singularity_inf_by_inf_lhs_float32_1__rhs_float32_1.mlir | 2 +- ..._singularity_negative_by_0_lhs_float32_2__rhs_float32_2.mlir | 2 +- ..._singularity_positive_by_0_lhs_float32_2__rhs_float32_2.mlir | 2 +- ...ape_float32_3_4_5__newsizes__3__20__dimensions__2__0__1.mlir | 2 +- ...ape_float32_3_4_5__newsizes__3__20__dimensions__2__1__0.mlir | 2 +- ...es_shape_bfloat16_2_3__newsizes__3__2__dimensions__0__1.mlir | 2 +- ...s_shape_complex64_2_3__newsizes__3__2__dimensions__0__1.mlir | 2 +- ...pes_shape_float16_2_3__newsizes__3__2__dimensions__0__1.mlir | 2 +- ...pes_shape_float32_2_3__newsizes__3__2__dimensions__0__1.mlir | 2 +- ...ape_float32_3_4_5__newsizes__3__20__dimensions__0__1__2.mlir | 2 +- ...ape_float32_3_4_5__newsizes__4__15__dimensions__0__1__2.mlir | 2 +- .../rev_dimensions_shape_float32_3_4_5__dimensions.mlir | 2 +- ...rev_dimensions_shape_float32_3_4_5__dimensions__0__1__2.mlir | 2 +- .../rev_dimensions_shape_float32_3_4_5__dimensions__0__2.mlir | 2 +- ...rev_dimensions_shape_float32_3_4_5__dimensions__2__0__1.mlir | 2 +- .../testdata/rev_dtypes_shape_bfloat16_4_5__dimensions__0.mlir | 2 +- .../testdata/rev_dtypes_shape_complex64_4_5__dimensions__0.mlir | 2 +- .../testdata/rev_dtypes_shape_float16_4_5__dimensions__0.mlir | 2 +- .../testdata/rev_dtypes_shape_float32_4_5__dimensions__0.mlir | 2 +- stablehlo/testdata/rsqrt_shape_bfloat16_20_20.mlir | 2 +- stablehlo/testdata/rsqrt_shape_complex64_20_20.mlir | 2 +- stablehlo/testdata/rsqrt_shape_float32_20_20.mlir | 2 +- ...ect_n_dtypes_shapepred_bool_2_3__shapeargs_bfloat16_2_3.mlir | 2 +- ...ct_n_dtypes_shapepred_bool_2_3__shapeargs_complex64_2_3.mlir | 2 +- ...lect_n_dtypes_shapepred_bool_2_3__shapeargs_float16_2_3.mlir | 2 +- ...lect_n_dtypes_shapepred_bool_2_3__shapeargs_float32_2_3.mlir | 2 +- .../select_n_shapes_shapepred_bool___shapeargs_float32_18.mlir | 2 +- stablehlo/testdata/sin_shape_bfloat16_20_20.mlir | 2 +- stablehlo/testdata/sin_shape_float16_20_20.mlir | 2 +- stablehlo/testdata/sin_shape_float32_20_20.mlir | 2 +- ...6_3__start_indices__1___limit_indices__2___strides_None.mlir | 2 +- ...4_3__start_indices__1___limit_indices__2___strides_None.mlir | 2 +- ...6_3__start_indices__1___limit_indices__2___strides_None.mlir | 2 +- ...2_3__start_indices__1___limit_indices__2___strides_None.mlir | 2 +- ...2_3__start_indices__1___limit_indices__2___strides_None.mlir | 2 +- ...start_indices__1__1__limit_indices__2__1__strides__1__1.mlir | 2 +- ..._start_indices__1__1__limit_indices__3__1__strides_None.mlir | 2 +- ..._start_indices__1__1__limit_indices__3__2__strides_None.mlir | 2 +- ...start_indices__1__1__limit_indices__5__3__strides__2__1.mlir | 2 +- ...t32_5__start_indices__1___limit_indices__5___strides__2.mlir | 2 +- ..._indices__4__0__1__limit_indices__7__1__3__strides_None.mlir | 2 +- ...2_7__start_indices__4___limit_indices__7___strides_None.mlir | 2 +- ...t32_8__start_indices__1___limit_indices__6___strides__2.mlir | 2 +- stablehlo/testdata/sqrt_shape_bfloat16_20_20.mlir | 2 +- stablehlo/testdata/sqrt_shape_complex64_20_20.mlir | 2 +- stablehlo/testdata/sqrt_shape_float16_20_20.mlir | 2 +- stablehlo/testdata/sqrt_shape_float32_20_20.mlir | 2 +- .../squeeze_dtypes_inshape_bfloat16_1_2__dimensions__0.mlir | 2 +- .../squeeze_dtypes_inshape_complex64_1_2__dimensions__0.mlir | 2 +- .../squeeze_dtypes_inshape_float16_1_2__dimensions__0.mlir | 2 +- .../squeeze_dtypes_inshape_float32_1_2__dimensions__0.mlir | 2 +- .../squeeze_shapes_inshape_float32_1__dimensions__-1.mlir | 2 +- .../squeeze_shapes_inshape_float32_1__dimensions__0.mlir | 2 +- .../squeeze_shapes_inshape_float32_2_1_3_1__dimensions__1.mlir | 2 +- ...ueeze_shapes_inshape_float32_2_1_3_1__dimensions__1__-1.mlir | 2 +- ...queeze_shapes_inshape_float32_2_1_3_1__dimensions__1__3.mlir | 2 +- .../squeeze_shapes_inshape_float32_2_1_3_1__dimensions__3.mlir | 2 +- .../squeeze_shapes_inshape_float32_2_1_4__dimensions__-2.mlir | 2 +- .../squeeze_shapes_inshape_float32_2_1_4__dimensions__1.mlir | 2 +- stablehlo/testdata/stop_gradient_bfloat16_20_20.mlir | 2 +- stablehlo/testdata/stop_gradient_complex64_20_20.mlir | 2 +- stablehlo/testdata/stop_gradient_float16_20_20.mlir | 2 +- stablehlo/testdata/stop_gradient_float32_20_20.mlir | 2 +- .../sub_broadcasting_lhs_float32_1_20__rhs_float32_20_20.mlir | 2 +- .../sub_broadcasting_lhs_float32_20_20__rhs_float32_1_20.mlir | 2 +- .../sub_dtypes_lhs_bfloat16_20_20__rhs_bfloat16_20_20.mlir | 2 +- .../sub_dtypes_lhs_complex64_20_20__rhs_complex64_20_20.mlir | 2 +- .../sub_dtypes_lhs_float16_20_20__rhs_float16_20_20.mlir | 2 +- .../sub_dtypes_lhs_float32_20_20__rhs_float32_20_20.mlir | 2 +- stablehlo/testdata/tanh_shape_bfloat16_20_20.mlir | 2 +- stablehlo/testdata/tanh_shape_complex64_20_20.mlir | 2 +- stablehlo/testdata/tanh_shape_float16_20_20.mlir | 2 +- stablehlo/testdata/tanh_shape_float32_20_20.mlir | 2 +- .../transpose_dtypes_shape_bfloat16_2_3__permutation__1_0.mlir | 2 +- .../transpose_dtypes_shape_complex64_2_3__permutation__1_0.mlir | 2 +- .../transpose_dtypes_shape_float16_2_3__permutation__1_0.mlir | 2 +- .../transpose_dtypes_shape_float32_2_3__permutation__1_0.mlir | 2 +- ...se_permutations_shape_float32_2_3_4__permutation__0_1_2.mlir | 2 +- ...se_permutations_shape_float32_2_3_4__permutation__1_2_0.mlir | 2 +- stablehlo/testdata/zeros_like_shape_bfloat16_3_4_5.mlir | 2 +- stablehlo/testdata/zeros_like_shape_complex64_3_4_5.mlir | 2 +- stablehlo/testdata/zeros_like_shape_float16_3_4_5.mlir | 2 +- stablehlo/testdata/zeros_like_shape_float32_3_4_5.mlir | 2 +- 317 files changed, 317 insertions(+), 317 deletions(-) diff --git a/stablehlo/testdata/abs_shape_bfloat16_20_20.mlir b/stablehlo/testdata/abs_shape_bfloat16_20_20.mlir index 213b69de7ec..5e1474032ee 100644 --- a/stablehlo/testdata/abs_shape_bfloat16_20_20.mlir +++ b/stablehlo/testdata/abs_shape_bfloat16_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/abs_shape_complex64_20_20.mlir b/stablehlo/testdata/abs_shape_complex64_20_20.mlir index 1bd0c44b5d3..1e3bbdfc3ca 100644 --- a/stablehlo/testdata/abs_shape_complex64_20_20.mlir +++ b/stablehlo/testdata/abs_shape_complex64_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/abs_shape_float16_20_20.mlir b/stablehlo/testdata/abs_shape_float16_20_20.mlir index efc64cd0419..43d07b8fe85 100644 --- a/stablehlo/testdata/abs_shape_float16_20_20.mlir +++ b/stablehlo/testdata/abs_shape_float16_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/abs_shape_float32_20_20.mlir b/stablehlo/testdata/abs_shape_float32_20_20.mlir index d282bb684dc..970ff55d1e0 100644 --- a/stablehlo/testdata/abs_shape_float32_20_20.mlir +++ b/stablehlo/testdata/abs_shape_float32_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/acosh_shape_complex64_20_20.mlir b/stablehlo/testdata/acosh_shape_complex64_20_20.mlir index 7dafd0a3f0b..246589df023 100644 --- a/stablehlo/testdata/acosh_shape_complex64_20_20.mlir +++ b/stablehlo/testdata/acosh_shape_complex64_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/add_any_dtypes_lhs_bfloat16_2__rhs_bfloat16_2.mlir b/stablehlo/testdata/add_any_dtypes_lhs_bfloat16_2__rhs_bfloat16_2.mlir index a976c183dc3..f8fac8e2788 100644 --- a/stablehlo/testdata/add_any_dtypes_lhs_bfloat16_2__rhs_bfloat16_2.mlir +++ b/stablehlo/testdata/add_any_dtypes_lhs_bfloat16_2__rhs_bfloat16_2.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/add_any_dtypes_lhs_complex64_2__rhs_complex64_2.mlir b/stablehlo/testdata/add_any_dtypes_lhs_complex64_2__rhs_complex64_2.mlir index 60281f261e0..a1339049517 100644 --- a/stablehlo/testdata/add_any_dtypes_lhs_complex64_2__rhs_complex64_2.mlir +++ b/stablehlo/testdata/add_any_dtypes_lhs_complex64_2__rhs_complex64_2.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/add_any_dtypes_lhs_float16_2__rhs_float16_2.mlir b/stablehlo/testdata/add_any_dtypes_lhs_float16_2__rhs_float16_2.mlir index c38f8eddfaf..1da1e0a9ac9 100644 --- a/stablehlo/testdata/add_any_dtypes_lhs_float16_2__rhs_float16_2.mlir +++ b/stablehlo/testdata/add_any_dtypes_lhs_float16_2__rhs_float16_2.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/add_any_dtypes_lhs_float32_2__rhs_float32_2.mlir b/stablehlo/testdata/add_any_dtypes_lhs_float32_2__rhs_float32_2.mlir index 3f7545af036..6b5190e3ccc 100644 --- a/stablehlo/testdata/add_any_dtypes_lhs_float32_2__rhs_float32_2.mlir +++ b/stablehlo/testdata/add_any_dtypes_lhs_float32_2__rhs_float32_2.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/add_broadcasting_lhs_float32_1_20__rhs_float32_20_20.mlir b/stablehlo/testdata/add_broadcasting_lhs_float32_1_20__rhs_float32_20_20.mlir index 3c92ff7dec5..e01ff43d1eb 100644 --- a/stablehlo/testdata/add_broadcasting_lhs_float32_1_20__rhs_float32_20_20.mlir +++ b/stablehlo/testdata/add_broadcasting_lhs_float32_1_20__rhs_float32_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/add_broadcasting_lhs_float32_20_20__rhs_float32_1_20.mlir b/stablehlo/testdata/add_broadcasting_lhs_float32_20_20__rhs_float32_1_20.mlir index f4bd6a5b23e..927d41874b5 100644 --- a/stablehlo/testdata/add_broadcasting_lhs_float32_20_20__rhs_float32_1_20.mlir +++ b/stablehlo/testdata/add_broadcasting_lhs_float32_20_20__rhs_float32_1_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/add_dtypes_lhs_bfloat16_20_20__rhs_bfloat16_20_20.mlir b/stablehlo/testdata/add_dtypes_lhs_bfloat16_20_20__rhs_bfloat16_20_20.mlir index 5e62cc54d0e..d87cf0bcc0a 100644 --- a/stablehlo/testdata/add_dtypes_lhs_bfloat16_20_20__rhs_bfloat16_20_20.mlir +++ b/stablehlo/testdata/add_dtypes_lhs_bfloat16_20_20__rhs_bfloat16_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/add_dtypes_lhs_complex64_20_20__rhs_complex64_20_20.mlir b/stablehlo/testdata/add_dtypes_lhs_complex64_20_20__rhs_complex64_20_20.mlir index a850149c751..85bbea3d905 100644 --- a/stablehlo/testdata/add_dtypes_lhs_complex64_20_20__rhs_complex64_20_20.mlir +++ b/stablehlo/testdata/add_dtypes_lhs_complex64_20_20__rhs_complex64_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/add_dtypes_lhs_float16_20_20__rhs_float16_20_20.mlir b/stablehlo/testdata/add_dtypes_lhs_float16_20_20__rhs_float16_20_20.mlir index ed46de4e81c..76b6e00e73d 100644 --- a/stablehlo/testdata/add_dtypes_lhs_float16_20_20__rhs_float16_20_20.mlir +++ b/stablehlo/testdata/add_dtypes_lhs_float16_20_20__rhs_float16_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/add_dtypes_lhs_float32_20_20__rhs_float32_20_20.mlir b/stablehlo/testdata/add_dtypes_lhs_float32_20_20__rhs_float32_20_20.mlir index 2d144c8b598..d3563f8624a 100644 --- a/stablehlo/testdata/add_dtypes_lhs_float32_20_20__rhs_float32_20_20.mlir +++ b/stablehlo/testdata/add_dtypes_lhs_float32_20_20__rhs_float32_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/asinh_shape_complex64_20_20.mlir b/stablehlo/testdata/asinh_shape_complex64_20_20.mlir index f2504ed852c..0563d6fa9f9 100644 --- a/stablehlo/testdata/asinh_shape_complex64_20_20.mlir +++ b/stablehlo/testdata/asinh_shape_complex64_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/broadcast_in_dim_dtypes_shape_bfloat16_2__outshape__2___broadcastdimensions__0.mlir b/stablehlo/testdata/broadcast_in_dim_dtypes_shape_bfloat16_2__outshape__2___broadcastdimensions__0.mlir index 850bc9b45d9..5cfd3b4f7c0 100644 --- a/stablehlo/testdata/broadcast_in_dim_dtypes_shape_bfloat16_2__outshape__2___broadcastdimensions__0.mlir +++ b/stablehlo/testdata/broadcast_in_dim_dtypes_shape_bfloat16_2__outshape__2___broadcastdimensions__0.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/broadcast_in_dim_dtypes_shape_complex64_2__outshape__2___broadcastdimensions__0.mlir b/stablehlo/testdata/broadcast_in_dim_dtypes_shape_complex64_2__outshape__2___broadcastdimensions__0.mlir index a48d9b08e71..1cf031c57f5 100644 --- a/stablehlo/testdata/broadcast_in_dim_dtypes_shape_complex64_2__outshape__2___broadcastdimensions__0.mlir +++ b/stablehlo/testdata/broadcast_in_dim_dtypes_shape_complex64_2__outshape__2___broadcastdimensions__0.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/broadcast_in_dim_dtypes_shape_float16_2__outshape__2___broadcastdimensions__0.mlir b/stablehlo/testdata/broadcast_in_dim_dtypes_shape_float16_2__outshape__2___broadcastdimensions__0.mlir index 405c6b0f9f4..870783ab99a 100644 --- a/stablehlo/testdata/broadcast_in_dim_dtypes_shape_float16_2__outshape__2___broadcastdimensions__0.mlir +++ b/stablehlo/testdata/broadcast_in_dim_dtypes_shape_float16_2__outshape__2___broadcastdimensions__0.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/broadcast_in_dim_dtypes_shape_float32_2__outshape__2___broadcastdimensions__0.mlir b/stablehlo/testdata/broadcast_in_dim_dtypes_shape_float32_2__outshape__2___broadcastdimensions__0.mlir index 13b8d62a867..2e973f5173b 100644 --- a/stablehlo/testdata/broadcast_in_dim_dtypes_shape_float32_2__outshape__2___broadcastdimensions__0.mlir +++ b/stablehlo/testdata/broadcast_in_dim_dtypes_shape_float32_2__outshape__2___broadcastdimensions__0.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/broadcast_in_dim_parameter_combinations_shape_float32_1_2__outshape__4__3__2__broadcastdimensions__0__2.mlir b/stablehlo/testdata/broadcast_in_dim_parameter_combinations_shape_float32_1_2__outshape__4__3__2__broadcastdimensions__0__2.mlir index 4d07d7dff1f..669bfe8a68a 100644 --- a/stablehlo/testdata/broadcast_in_dim_parameter_combinations_shape_float32_1_2__outshape__4__3__2__broadcastdimensions__0__2.mlir +++ b/stablehlo/testdata/broadcast_in_dim_parameter_combinations_shape_float32_1_2__outshape__4__3__2__broadcastdimensions__0__2.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/broadcast_in_dim_parameter_combinations_shape_float32_2__outshape__2__3__broadcastdimensions__0.mlir b/stablehlo/testdata/broadcast_in_dim_parameter_combinations_shape_float32_2__outshape__2__3__broadcastdimensions__0.mlir index 60dbbfdb827..4ba7b757f04 100644 --- a/stablehlo/testdata/broadcast_in_dim_parameter_combinations_shape_float32_2__outshape__2__3__broadcastdimensions__0.mlir +++ b/stablehlo/testdata/broadcast_in_dim_parameter_combinations_shape_float32_2__outshape__2__3__broadcastdimensions__0.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/broadcast_in_dim_parameter_combinations_shape_float32_2__outshape__3__2__broadcastdimensions__1.mlir b/stablehlo/testdata/broadcast_in_dim_parameter_combinations_shape_float32_2__outshape__3__2__broadcastdimensions__1.mlir index 4bbe926f04b..3c0eff9e74b 100644 --- a/stablehlo/testdata/broadcast_in_dim_parameter_combinations_shape_float32_2__outshape__3__2__broadcastdimensions__1.mlir +++ b/stablehlo/testdata/broadcast_in_dim_parameter_combinations_shape_float32_2__outshape__3__2__broadcastdimensions__1.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/broadcast_in_dim_parameter_combinations_shape_float32___outshape__2__3__broadcastdimensions.mlir b/stablehlo/testdata/broadcast_in_dim_parameter_combinations_shape_float32___outshape__2__3__broadcastdimensions.mlir index 7d1a6ea198f..9d26f901839 100644 --- a/stablehlo/testdata/broadcast_in_dim_parameter_combinations_shape_float32___outshape__2__3__broadcastdimensions.mlir +++ b/stablehlo/testdata/broadcast_in_dim_parameter_combinations_shape_float32___outshape__2__3__broadcastdimensions.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/ceil_shape_bfloat16_20_20.mlir b/stablehlo/testdata/ceil_shape_bfloat16_20_20.mlir index bb42b4e3737..e8e125d247b 100644 --- a/stablehlo/testdata/ceil_shape_bfloat16_20_20.mlir +++ b/stablehlo/testdata/ceil_shape_bfloat16_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/ceil_shape_float16_20_20.mlir b/stablehlo/testdata/ceil_shape_float16_20_20.mlir index 60e9a093c66..81e8f898d04 100644 --- a/stablehlo/testdata/ceil_shape_float16_20_20.mlir +++ b/stablehlo/testdata/ceil_shape_float16_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/ceil_shape_float32_20_20.mlir b/stablehlo/testdata/ceil_shape_float32_20_20.mlir index 577914b2a1c..5cf6743e975 100644 --- a/stablehlo/testdata/ceil_shape_float32_20_20.mlir +++ b/stablehlo/testdata/ceil_shape_float32_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/clamp_broadcasting_min_float32_2_3__operand_float32_2_3__max_float32.mlir b/stablehlo/testdata/clamp_broadcasting_min_float32_2_3__operand_float32_2_3__max_float32.mlir index f6ff785c8d5..80c58049739 100644 --- a/stablehlo/testdata/clamp_broadcasting_min_float32_2_3__operand_float32_2_3__max_float32.mlir +++ b/stablehlo/testdata/clamp_broadcasting_min_float32_2_3__operand_float32_2_3__max_float32.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/clamp_broadcasting_min_float32_2_3__operand_float32_2_3__max_float32_2_3.mlir b/stablehlo/testdata/clamp_broadcasting_min_float32_2_3__operand_float32_2_3__max_float32_2_3.mlir index a461deedb2d..49a77290dd2 100644 --- a/stablehlo/testdata/clamp_broadcasting_min_float32_2_3__operand_float32_2_3__max_float32_2_3.mlir +++ b/stablehlo/testdata/clamp_broadcasting_min_float32_2_3__operand_float32_2_3__max_float32_2_3.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/clamp_broadcasting_min_float32___operand_float32_2_3__max_float32_2_3.mlir b/stablehlo/testdata/clamp_broadcasting_min_float32___operand_float32_2_3__max_float32_2_3.mlir index 023624ab6e6..48e600f93f3 100644 --- a/stablehlo/testdata/clamp_broadcasting_min_float32___operand_float32_2_3__max_float32_2_3.mlir +++ b/stablehlo/testdata/clamp_broadcasting_min_float32___operand_float32_2_3__max_float32_2_3.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/clamp_dtypes_min_bfloat16___operand_bfloat16_2_3__max_bfloat16.mlir b/stablehlo/testdata/clamp_dtypes_min_bfloat16___operand_bfloat16_2_3__max_bfloat16.mlir index c760873b12d..cb5df57dbd4 100644 --- a/stablehlo/testdata/clamp_dtypes_min_bfloat16___operand_bfloat16_2_3__max_bfloat16.mlir +++ b/stablehlo/testdata/clamp_dtypes_min_bfloat16___operand_bfloat16_2_3__max_bfloat16.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/clamp_dtypes_min_float16___operand_float16_2_3__max_float16.mlir b/stablehlo/testdata/clamp_dtypes_min_float16___operand_float16_2_3__max_float16.mlir index 4962f0a81fe..36ce0ad673e 100644 --- a/stablehlo/testdata/clamp_dtypes_min_float16___operand_float16_2_3__max_float16.mlir +++ b/stablehlo/testdata/clamp_dtypes_min_float16___operand_float16_2_3__max_float16.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/clamp_dtypes_min_float32___operand_float32_2_3__max_float32.mlir b/stablehlo/testdata/clamp_dtypes_min_float32___operand_float32_2_3__max_float32.mlir index 063f508864a..438aaec9636 100644 --- a/stablehlo/testdata/clamp_dtypes_min_float32___operand_float32_2_3__max_float32.mlir +++ b/stablehlo/testdata/clamp_dtypes_min_float32___operand_float32_2_3__max_float32.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/clamp_order_False_min_float32___operand_float32_2_3__max_float32.mlir b/stablehlo/testdata/clamp_order_False_min_float32___operand_float32_2_3__max_float32.mlir index f3a28c8eed4..1a53108667e 100644 --- a/stablehlo/testdata/clamp_order_False_min_float32___operand_float32_2_3__max_float32.mlir +++ b/stablehlo/testdata/clamp_order_False_min_float32___operand_float32_2_3__max_float32.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/clamp_order_True_min_float32___operand_float32_2_3__max_float32.mlir b/stablehlo/testdata/clamp_order_True_min_float32___operand_float32_2_3__max_float32.mlir index 61f7d257444..59472b04c14 100644 --- a/stablehlo/testdata/clamp_order_True_min_float32___operand_float32_2_3__max_float32.mlir +++ b/stablehlo/testdata/clamp_order_True_min_float32___operand_float32_2_3__max_float32.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/concatenate_dimension_shapes_float32_2_3__float32_2_3__dimension_1.mlir b/stablehlo/testdata/concatenate_dimension_shapes_float32_2_3__float32_2_3__dimension_1.mlir index b93b87f15f6..8c679f117be 100644 --- a/stablehlo/testdata/concatenate_dimension_shapes_float32_2_3__float32_2_3__dimension_1.mlir +++ b/stablehlo/testdata/concatenate_dimension_shapes_float32_2_3__float32_2_3__dimension_1.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/concatenate_dtypes_shapes_bfloat16_2_3__bfloat16_2_3__dimension_0.mlir b/stablehlo/testdata/concatenate_dtypes_shapes_bfloat16_2_3__bfloat16_2_3__dimension_0.mlir index d35d7bff543..aeaec996528 100644 --- a/stablehlo/testdata/concatenate_dtypes_shapes_bfloat16_2_3__bfloat16_2_3__dimension_0.mlir +++ b/stablehlo/testdata/concatenate_dtypes_shapes_bfloat16_2_3__bfloat16_2_3__dimension_0.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/concatenate_dtypes_shapes_complex64_2_3__complex64_2_3__dimension_0.mlir b/stablehlo/testdata/concatenate_dtypes_shapes_complex64_2_3__complex64_2_3__dimension_0.mlir index d25737b23ca..55f3f9e00dd 100644 --- a/stablehlo/testdata/concatenate_dtypes_shapes_complex64_2_3__complex64_2_3__dimension_0.mlir +++ b/stablehlo/testdata/concatenate_dtypes_shapes_complex64_2_3__complex64_2_3__dimension_0.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/concatenate_dtypes_shapes_float16_2_3__float16_2_3__dimension_0.mlir b/stablehlo/testdata/concatenate_dtypes_shapes_float16_2_3__float16_2_3__dimension_0.mlir index be927e06c6e..505c3ad696d 100644 --- a/stablehlo/testdata/concatenate_dtypes_shapes_float16_2_3__float16_2_3__dimension_0.mlir +++ b/stablehlo/testdata/concatenate_dtypes_shapes_float16_2_3__float16_2_3__dimension_0.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/concatenate_dtypes_shapes_float32_2_3__float32_2_3__dimension_0.mlir b/stablehlo/testdata/concatenate_dtypes_shapes_float32_2_3__float32_2_3__dimension_0.mlir index 18fc881e065..41a315de41e 100644 --- a/stablehlo/testdata/concatenate_dtypes_shapes_float32_2_3__float32_2_3__dimension_0.mlir +++ b/stablehlo/testdata/concatenate_dtypes_shapes_float32_2_3__float32_2_3__dimension_0.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/concatenate_nb_operands_shapes_float32_2_3_4__float32_3_3_4__float32_4_3_4__dimension_0.mlir b/stablehlo/testdata/concatenate_nb_operands_shapes_float32_2_3_4__float32_3_3_4__float32_4_3_4__dimension_0.mlir index 701b15ba284..226318e601e 100644 --- a/stablehlo/testdata/concatenate_nb_operands_shapes_float32_2_3_4__float32_3_3_4__float32_4_3_4__dimension_0.mlir +++ b/stablehlo/testdata/concatenate_nb_operands_shapes_float32_2_3_4__float32_3_3_4__float32_4_3_4__dimension_0.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/convert_element_type_dtypes_to_dtypes_shape_bfloat16_100_100__olddtype_bfloat16_newdtype_bfloat16.mlir b/stablehlo/testdata/convert_element_type_dtypes_to_dtypes_shape_bfloat16_100_100__olddtype_bfloat16_newdtype_bfloat16.mlir index 94531a1a2a9..fb7bbf4b5bb 100644 --- a/stablehlo/testdata/convert_element_type_dtypes_to_dtypes_shape_bfloat16_100_100__olddtype_bfloat16_newdtype_bfloat16.mlir +++ b/stablehlo/testdata/convert_element_type_dtypes_to_dtypes_shape_bfloat16_100_100__olddtype_bfloat16_newdtype_bfloat16.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/convert_element_type_dtypes_to_dtypes_shape_complex64_100_100__olddtype_complex64_newdtype_complex64.mlir b/stablehlo/testdata/convert_element_type_dtypes_to_dtypes_shape_complex64_100_100__olddtype_complex64_newdtype_complex64.mlir index 833f27133dc..20142f24c83 100644 --- a/stablehlo/testdata/convert_element_type_dtypes_to_dtypes_shape_complex64_100_100__olddtype_complex64_newdtype_complex64.mlir +++ b/stablehlo/testdata/convert_element_type_dtypes_to_dtypes_shape_complex64_100_100__olddtype_complex64_newdtype_complex64.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/convert_element_type_dtypes_to_dtypes_shape_float16_100_100__olddtype_float16_newdtype_float16.mlir b/stablehlo/testdata/convert_element_type_dtypes_to_dtypes_shape_float16_100_100__olddtype_float16_newdtype_float16.mlir index a5245accd67..9d05272c355 100644 --- a/stablehlo/testdata/convert_element_type_dtypes_to_dtypes_shape_float16_100_100__olddtype_float16_newdtype_float16.mlir +++ b/stablehlo/testdata/convert_element_type_dtypes_to_dtypes_shape_float16_100_100__olddtype_float16_newdtype_float16.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/convert_element_type_dtypes_to_dtypes_shape_float32_100_100__olddtype_float32_newdtype_float32.mlir b/stablehlo/testdata/convert_element_type_dtypes_to_dtypes_shape_float32_100_100__olddtype_float32_newdtype_float32.mlir index baeefa35a08..7cd7187fba0 100644 --- a/stablehlo/testdata/convert_element_type_dtypes_to_dtypes_shape_float32_100_100__olddtype_float32_newdtype_float32.mlir +++ b/stablehlo/testdata/convert_element_type_dtypes_to_dtypes_shape_float32_100_100__olddtype_float32_newdtype_float32.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/cos_shape_bfloat16_20_20.mlir b/stablehlo/testdata/cos_shape_bfloat16_20_20.mlir index bf0548556ba..6fcc1813abb 100644 --- a/stablehlo/testdata/cos_shape_bfloat16_20_20.mlir +++ b/stablehlo/testdata/cos_shape_bfloat16_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/cos_shape_float16_20_20.mlir b/stablehlo/testdata/cos_shape_float16_20_20.mlir index aac2002b5f9..e029d6c24a8 100644 --- a/stablehlo/testdata/cos_shape_float16_20_20.mlir +++ b/stablehlo/testdata/cos_shape_float16_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/cos_shape_float32_20_20.mlir b/stablehlo/testdata/cos_shape_float32_20_20.mlir index 90797b09a7d..d7ef0964fcf 100644 --- a/stablehlo/testdata/cos_shape_float32_20_20.mlir +++ b/stablehlo/testdata/cos_shape_float32_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/cosh_shape_complex64_20_20.mlir b/stablehlo/testdata/cosh_shape_complex64_20_20.mlir index fa2ebd9dba7..cffa7224d36 100644 --- a/stablehlo/testdata/cosh_shape_complex64_20_20.mlir +++ b/stablehlo/testdata/cosh_shape_complex64_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/cosh_shape_float32_20_20.mlir b/stablehlo/testdata/cosh_shape_float32_20_20.mlir index 17a3b4f4e84..b7e66379f14 100644 --- a/stablehlo/testdata/cosh_shape_float32_20_20.mlir +++ b/stablehlo/testdata/cosh_shape_float32_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/cummax_axis_by_fun_shape_float32_8_9__associative_scan_reductions_axis_0_reverse_False.mlir b/stablehlo/testdata/cummax_axis_by_fun_shape_float32_8_9__associative_scan_reductions_axis_0_reverse_False.mlir index 517387671ae..f01fecb6ace 100644 --- a/stablehlo/testdata/cummax_axis_by_fun_shape_float32_8_9__associative_scan_reductions_axis_0_reverse_False.mlir +++ b/stablehlo/testdata/cummax_axis_by_fun_shape_float32_8_9__associative_scan_reductions_axis_0_reverse_False.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/cummax_axis_by_fun_shape_float32_8_9__associative_scan_reductions_axis_1_reverse_False.mlir b/stablehlo/testdata/cummax_axis_by_fun_shape_float32_8_9__associative_scan_reductions_axis_1_reverse_False.mlir index 9e525c94958..3d4f2c22289 100644 --- a/stablehlo/testdata/cummax_axis_by_fun_shape_float32_8_9__associative_scan_reductions_axis_1_reverse_False.mlir +++ b/stablehlo/testdata/cummax_axis_by_fun_shape_float32_8_9__associative_scan_reductions_axis_1_reverse_False.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/cummax_axis_by_fun_shape_float32_8_9__axis_0_reverse_False.mlir b/stablehlo/testdata/cummax_axis_by_fun_shape_float32_8_9__axis_0_reverse_False.mlir index cdc6a0bb6f3..3b682bb6a12 100644 --- a/stablehlo/testdata/cummax_axis_by_fun_shape_float32_8_9__axis_0_reverse_False.mlir +++ b/stablehlo/testdata/cummax_axis_by_fun_shape_float32_8_9__axis_0_reverse_False.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/cummax_axis_by_fun_shape_float32_8_9__axis_1_reverse_False.mlir b/stablehlo/testdata/cummax_axis_by_fun_shape_float32_8_9__axis_1_reverse_False.mlir index cb1538fef5c..7a60830db5b 100644 --- a/stablehlo/testdata/cummax_axis_by_fun_shape_float32_8_9__axis_1_reverse_False.mlir +++ b/stablehlo/testdata/cummax_axis_by_fun_shape_float32_8_9__axis_1_reverse_False.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/cummax_dtype_by_fun_shape_bfloat16_8_9__associative_scan_reductions_axis_0_reverse_False.mlir b/stablehlo/testdata/cummax_dtype_by_fun_shape_bfloat16_8_9__associative_scan_reductions_axis_0_reverse_False.mlir index e13918c5c2d..0c3de5a8efb 100644 --- a/stablehlo/testdata/cummax_dtype_by_fun_shape_bfloat16_8_9__associative_scan_reductions_axis_0_reverse_False.mlir +++ b/stablehlo/testdata/cummax_dtype_by_fun_shape_bfloat16_8_9__associative_scan_reductions_axis_0_reverse_False.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/cummax_dtype_by_fun_shape_bfloat16_8_9__axis_0_reverse_False.mlir b/stablehlo/testdata/cummax_dtype_by_fun_shape_bfloat16_8_9__axis_0_reverse_False.mlir index c1c782e0d78..715a3aa6a6e 100644 --- a/stablehlo/testdata/cummax_dtype_by_fun_shape_bfloat16_8_9__axis_0_reverse_False.mlir +++ b/stablehlo/testdata/cummax_dtype_by_fun_shape_bfloat16_8_9__axis_0_reverse_False.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/cummax_dtype_by_fun_shape_float16_8_9__associative_scan_reductions_axis_0_reverse_False.mlir b/stablehlo/testdata/cummax_dtype_by_fun_shape_float16_8_9__associative_scan_reductions_axis_0_reverse_False.mlir index 9f47e290f8f..cbd28724b8d 100644 --- a/stablehlo/testdata/cummax_dtype_by_fun_shape_float16_8_9__associative_scan_reductions_axis_0_reverse_False.mlir +++ b/stablehlo/testdata/cummax_dtype_by_fun_shape_float16_8_9__associative_scan_reductions_axis_0_reverse_False.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/cummax_dtype_by_fun_shape_float16_8_9__axis_0_reverse_False.mlir b/stablehlo/testdata/cummax_dtype_by_fun_shape_float16_8_9__axis_0_reverse_False.mlir index 653e7c90a88..6b32689a06c 100644 --- a/stablehlo/testdata/cummax_dtype_by_fun_shape_float16_8_9__axis_0_reverse_False.mlir +++ b/stablehlo/testdata/cummax_dtype_by_fun_shape_float16_8_9__axis_0_reverse_False.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/cummax_dtype_by_fun_shape_float32_8_9__associative_scan_reductions_axis_0_reverse_False.mlir b/stablehlo/testdata/cummax_dtype_by_fun_shape_float32_8_9__associative_scan_reductions_axis_0_reverse_False.mlir index 2feab8d2f25..bc80de8fdaf 100644 --- a/stablehlo/testdata/cummax_dtype_by_fun_shape_float32_8_9__associative_scan_reductions_axis_0_reverse_False.mlir +++ b/stablehlo/testdata/cummax_dtype_by_fun_shape_float32_8_9__associative_scan_reductions_axis_0_reverse_False.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/cummax_dtype_by_fun_shape_float32_8_9__axis_0_reverse_False.mlir b/stablehlo/testdata/cummax_dtype_by_fun_shape_float32_8_9__axis_0_reverse_False.mlir index 8e4e1bd5123..c50a379ace6 100644 --- a/stablehlo/testdata/cummax_dtype_by_fun_shape_float32_8_9__axis_0_reverse_False.mlir +++ b/stablehlo/testdata/cummax_dtype_by_fun_shape_float32_8_9__axis_0_reverse_False.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/cummax_reverse_shape_float32_8_9__associative_scan_reductions_axis_0_reverse_True.mlir b/stablehlo/testdata/cummax_reverse_shape_float32_8_9__associative_scan_reductions_axis_0_reverse_True.mlir index a20d76efa71..b787c990380 100644 --- a/stablehlo/testdata/cummax_reverse_shape_float32_8_9__associative_scan_reductions_axis_0_reverse_True.mlir +++ b/stablehlo/testdata/cummax_reverse_shape_float32_8_9__associative_scan_reductions_axis_0_reverse_True.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/cummax_reverse_shape_float32_8_9__axis_0_reverse_True.mlir b/stablehlo/testdata/cummax_reverse_shape_float32_8_9__axis_0_reverse_True.mlir index ee2c5f56623..42af81e39bc 100644 --- a/stablehlo/testdata/cummax_reverse_shape_float32_8_9__axis_0_reverse_True.mlir +++ b/stablehlo/testdata/cummax_reverse_shape_float32_8_9__axis_0_reverse_True.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/cummin_axis_by_fun_shape_float32_8_9__associative_scan_reductions_axis_0_reverse_False.mlir b/stablehlo/testdata/cummin_axis_by_fun_shape_float32_8_9__associative_scan_reductions_axis_0_reverse_False.mlir index 634329811a4..00b35825ed6 100644 --- a/stablehlo/testdata/cummin_axis_by_fun_shape_float32_8_9__associative_scan_reductions_axis_0_reverse_False.mlir +++ b/stablehlo/testdata/cummin_axis_by_fun_shape_float32_8_9__associative_scan_reductions_axis_0_reverse_False.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/cummin_axis_by_fun_shape_float32_8_9__associative_scan_reductions_axis_1_reverse_False.mlir b/stablehlo/testdata/cummin_axis_by_fun_shape_float32_8_9__associative_scan_reductions_axis_1_reverse_False.mlir index 55d19c62b3c..cadd8ae5755 100644 --- a/stablehlo/testdata/cummin_axis_by_fun_shape_float32_8_9__associative_scan_reductions_axis_1_reverse_False.mlir +++ b/stablehlo/testdata/cummin_axis_by_fun_shape_float32_8_9__associative_scan_reductions_axis_1_reverse_False.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/cummin_axis_by_fun_shape_float32_8_9__axis_0_reverse_False.mlir b/stablehlo/testdata/cummin_axis_by_fun_shape_float32_8_9__axis_0_reverse_False.mlir index 4c770abc8a1..a1a72c08abb 100644 --- a/stablehlo/testdata/cummin_axis_by_fun_shape_float32_8_9__axis_0_reverse_False.mlir +++ b/stablehlo/testdata/cummin_axis_by_fun_shape_float32_8_9__axis_0_reverse_False.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/cummin_axis_by_fun_shape_float32_8_9__axis_1_reverse_False.mlir b/stablehlo/testdata/cummin_axis_by_fun_shape_float32_8_9__axis_1_reverse_False.mlir index 9284177f08b..865987862b0 100644 --- a/stablehlo/testdata/cummin_axis_by_fun_shape_float32_8_9__axis_1_reverse_False.mlir +++ b/stablehlo/testdata/cummin_axis_by_fun_shape_float32_8_9__axis_1_reverse_False.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/cummin_dtype_by_fun_shape_bfloat16_8_9__associative_scan_reductions_axis_0_reverse_False.mlir b/stablehlo/testdata/cummin_dtype_by_fun_shape_bfloat16_8_9__associative_scan_reductions_axis_0_reverse_False.mlir index 89f5ca0e209..3e36f3d92ec 100644 --- a/stablehlo/testdata/cummin_dtype_by_fun_shape_bfloat16_8_9__associative_scan_reductions_axis_0_reverse_False.mlir +++ b/stablehlo/testdata/cummin_dtype_by_fun_shape_bfloat16_8_9__associative_scan_reductions_axis_0_reverse_False.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/cummin_dtype_by_fun_shape_bfloat16_8_9__axis_0_reverse_False.mlir b/stablehlo/testdata/cummin_dtype_by_fun_shape_bfloat16_8_9__axis_0_reverse_False.mlir index 475e3609692..6baa3dbd4e9 100644 --- a/stablehlo/testdata/cummin_dtype_by_fun_shape_bfloat16_8_9__axis_0_reverse_False.mlir +++ b/stablehlo/testdata/cummin_dtype_by_fun_shape_bfloat16_8_9__axis_0_reverse_False.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/cummin_dtype_by_fun_shape_float16_8_9__associative_scan_reductions_axis_0_reverse_False.mlir b/stablehlo/testdata/cummin_dtype_by_fun_shape_float16_8_9__associative_scan_reductions_axis_0_reverse_False.mlir index d5e5372f36f..0d138f15b11 100644 --- a/stablehlo/testdata/cummin_dtype_by_fun_shape_float16_8_9__associative_scan_reductions_axis_0_reverse_False.mlir +++ b/stablehlo/testdata/cummin_dtype_by_fun_shape_float16_8_9__associative_scan_reductions_axis_0_reverse_False.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/cummin_dtype_by_fun_shape_float16_8_9__axis_0_reverse_False.mlir b/stablehlo/testdata/cummin_dtype_by_fun_shape_float16_8_9__axis_0_reverse_False.mlir index 9412e72e70f..b5f4d2afb19 100644 --- a/stablehlo/testdata/cummin_dtype_by_fun_shape_float16_8_9__axis_0_reverse_False.mlir +++ b/stablehlo/testdata/cummin_dtype_by_fun_shape_float16_8_9__axis_0_reverse_False.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/cummin_dtype_by_fun_shape_float32_8_9__associative_scan_reductions_axis_0_reverse_False.mlir b/stablehlo/testdata/cummin_dtype_by_fun_shape_float32_8_9__associative_scan_reductions_axis_0_reverse_False.mlir index c2755955284..99f1ac9ad0f 100644 --- a/stablehlo/testdata/cummin_dtype_by_fun_shape_float32_8_9__associative_scan_reductions_axis_0_reverse_False.mlir +++ b/stablehlo/testdata/cummin_dtype_by_fun_shape_float32_8_9__associative_scan_reductions_axis_0_reverse_False.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/cummin_dtype_by_fun_shape_float32_8_9__axis_0_reverse_False.mlir b/stablehlo/testdata/cummin_dtype_by_fun_shape_float32_8_9__axis_0_reverse_False.mlir index 8faffb757a5..f478fbe486e 100644 --- a/stablehlo/testdata/cummin_dtype_by_fun_shape_float32_8_9__axis_0_reverse_False.mlir +++ b/stablehlo/testdata/cummin_dtype_by_fun_shape_float32_8_9__axis_0_reverse_False.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/cummin_reverse_shape_float32_8_9__associative_scan_reductions_axis_0_reverse_True.mlir b/stablehlo/testdata/cummin_reverse_shape_float32_8_9__associative_scan_reductions_axis_0_reverse_True.mlir index b039bc58cf1..3d5c39d51f2 100644 --- a/stablehlo/testdata/cummin_reverse_shape_float32_8_9__associative_scan_reductions_axis_0_reverse_True.mlir +++ b/stablehlo/testdata/cummin_reverse_shape_float32_8_9__associative_scan_reductions_axis_0_reverse_True.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/cummin_reverse_shape_float32_8_9__axis_0_reverse_True.mlir b/stablehlo/testdata/cummin_reverse_shape_float32_8_9__axis_0_reverse_True.mlir index eac085706ca..4f465bcb75e 100644 --- a/stablehlo/testdata/cummin_reverse_shape_float32_8_9__axis_0_reverse_True.mlir +++ b/stablehlo/testdata/cummin_reverse_shape_float32_8_9__axis_0_reverse_True.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/cumprod_axis_by_fun_shape_float32_8_9__associative_scan_reductions_axis_0_reverse_False.mlir b/stablehlo/testdata/cumprod_axis_by_fun_shape_float32_8_9__associative_scan_reductions_axis_0_reverse_False.mlir index 84f0bd3a690..c3b1c86e287 100644 --- a/stablehlo/testdata/cumprod_axis_by_fun_shape_float32_8_9__associative_scan_reductions_axis_0_reverse_False.mlir +++ b/stablehlo/testdata/cumprod_axis_by_fun_shape_float32_8_9__associative_scan_reductions_axis_0_reverse_False.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/cumprod_axis_by_fun_shape_float32_8_9__associative_scan_reductions_axis_1_reverse_False.mlir b/stablehlo/testdata/cumprod_axis_by_fun_shape_float32_8_9__associative_scan_reductions_axis_1_reverse_False.mlir index 21e16ce943a..4844e075d23 100644 --- a/stablehlo/testdata/cumprod_axis_by_fun_shape_float32_8_9__associative_scan_reductions_axis_1_reverse_False.mlir +++ b/stablehlo/testdata/cumprod_axis_by_fun_shape_float32_8_9__associative_scan_reductions_axis_1_reverse_False.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/cumprod_axis_by_fun_shape_float32_8_9__axis_0_reverse_False.mlir b/stablehlo/testdata/cumprod_axis_by_fun_shape_float32_8_9__axis_0_reverse_False.mlir index c2997b2e61c..201da3f5427 100644 --- a/stablehlo/testdata/cumprod_axis_by_fun_shape_float32_8_9__axis_0_reverse_False.mlir +++ b/stablehlo/testdata/cumprod_axis_by_fun_shape_float32_8_9__axis_0_reverse_False.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/cumprod_axis_by_fun_shape_float32_8_9__axis_1_reverse_False.mlir b/stablehlo/testdata/cumprod_axis_by_fun_shape_float32_8_9__axis_1_reverse_False.mlir index 1507ee83619..7189d763910 100644 --- a/stablehlo/testdata/cumprod_axis_by_fun_shape_float32_8_9__axis_1_reverse_False.mlir +++ b/stablehlo/testdata/cumprod_axis_by_fun_shape_float32_8_9__axis_1_reverse_False.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/cumprod_dtype_by_fun_shape_bfloat16_8_9__associative_scan_reductions_axis_0_reverse_False.mlir b/stablehlo/testdata/cumprod_dtype_by_fun_shape_bfloat16_8_9__associative_scan_reductions_axis_0_reverse_False.mlir index 6cd465308df..4eefb0f1d6a 100644 --- a/stablehlo/testdata/cumprod_dtype_by_fun_shape_bfloat16_8_9__associative_scan_reductions_axis_0_reverse_False.mlir +++ b/stablehlo/testdata/cumprod_dtype_by_fun_shape_bfloat16_8_9__associative_scan_reductions_axis_0_reverse_False.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/cumprod_dtype_by_fun_shape_bfloat16_8_9__axis_0_reverse_False.mlir b/stablehlo/testdata/cumprod_dtype_by_fun_shape_bfloat16_8_9__axis_0_reverse_False.mlir index ccaa1629a33..2f0025e4b93 100644 --- a/stablehlo/testdata/cumprod_dtype_by_fun_shape_bfloat16_8_9__axis_0_reverse_False.mlir +++ b/stablehlo/testdata/cumprod_dtype_by_fun_shape_bfloat16_8_9__axis_0_reverse_False.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/cumprod_dtype_by_fun_shape_float16_8_9__associative_scan_reductions_axis_0_reverse_False.mlir b/stablehlo/testdata/cumprod_dtype_by_fun_shape_float16_8_9__associative_scan_reductions_axis_0_reverse_False.mlir index dfbf175e0cb..83c4c789a70 100644 --- a/stablehlo/testdata/cumprod_dtype_by_fun_shape_float16_8_9__associative_scan_reductions_axis_0_reverse_False.mlir +++ b/stablehlo/testdata/cumprod_dtype_by_fun_shape_float16_8_9__associative_scan_reductions_axis_0_reverse_False.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/cumprod_dtype_by_fun_shape_float16_8_9__axis_0_reverse_False.mlir b/stablehlo/testdata/cumprod_dtype_by_fun_shape_float16_8_9__axis_0_reverse_False.mlir index 4beeea7c982..68035dce36b 100644 --- a/stablehlo/testdata/cumprod_dtype_by_fun_shape_float16_8_9__axis_0_reverse_False.mlir +++ b/stablehlo/testdata/cumprod_dtype_by_fun_shape_float16_8_9__axis_0_reverse_False.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/cumprod_dtype_by_fun_shape_float32_8_9__associative_scan_reductions_axis_0_reverse_False.mlir b/stablehlo/testdata/cumprod_dtype_by_fun_shape_float32_8_9__associative_scan_reductions_axis_0_reverse_False.mlir index d206ce35cbb..2e4be3b47dd 100644 --- a/stablehlo/testdata/cumprod_dtype_by_fun_shape_float32_8_9__associative_scan_reductions_axis_0_reverse_False.mlir +++ b/stablehlo/testdata/cumprod_dtype_by_fun_shape_float32_8_9__associative_scan_reductions_axis_0_reverse_False.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/cumprod_dtype_by_fun_shape_float32_8_9__axis_0_reverse_False.mlir b/stablehlo/testdata/cumprod_dtype_by_fun_shape_float32_8_9__axis_0_reverse_False.mlir index aebd550fc31..0d6793fc7f7 100644 --- a/stablehlo/testdata/cumprod_dtype_by_fun_shape_float32_8_9__axis_0_reverse_False.mlir +++ b/stablehlo/testdata/cumprod_dtype_by_fun_shape_float32_8_9__axis_0_reverse_False.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/cumprod_reverse_shape_float32_8_9__associative_scan_reductions_axis_0_reverse_True.mlir b/stablehlo/testdata/cumprod_reverse_shape_float32_8_9__associative_scan_reductions_axis_0_reverse_True.mlir index b9f4d7a9c6e..594f7505c3e 100644 --- a/stablehlo/testdata/cumprod_reverse_shape_float32_8_9__associative_scan_reductions_axis_0_reverse_True.mlir +++ b/stablehlo/testdata/cumprod_reverse_shape_float32_8_9__associative_scan_reductions_axis_0_reverse_True.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/cumprod_reverse_shape_float32_8_9__axis_0_reverse_True.mlir b/stablehlo/testdata/cumprod_reverse_shape_float32_8_9__axis_0_reverse_True.mlir index 4ff8a666a4a..6f38bd8d01e 100644 --- a/stablehlo/testdata/cumprod_reverse_shape_float32_8_9__axis_0_reverse_True.mlir +++ b/stablehlo/testdata/cumprod_reverse_shape_float32_8_9__axis_0_reverse_True.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/cumsum_axis_by_fun_shape_float32_8_9__associative_scan_reductions_axis_0_reverse_False.mlir b/stablehlo/testdata/cumsum_axis_by_fun_shape_float32_8_9__associative_scan_reductions_axis_0_reverse_False.mlir index 9df38cc96f9..adc049fbf58 100644 --- a/stablehlo/testdata/cumsum_axis_by_fun_shape_float32_8_9__associative_scan_reductions_axis_0_reverse_False.mlir +++ b/stablehlo/testdata/cumsum_axis_by_fun_shape_float32_8_9__associative_scan_reductions_axis_0_reverse_False.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/cumsum_axis_by_fun_shape_float32_8_9__associative_scan_reductions_axis_1_reverse_False.mlir b/stablehlo/testdata/cumsum_axis_by_fun_shape_float32_8_9__associative_scan_reductions_axis_1_reverse_False.mlir index bfefb8eb77c..a8351b075e5 100644 --- a/stablehlo/testdata/cumsum_axis_by_fun_shape_float32_8_9__associative_scan_reductions_axis_1_reverse_False.mlir +++ b/stablehlo/testdata/cumsum_axis_by_fun_shape_float32_8_9__associative_scan_reductions_axis_1_reverse_False.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/cumsum_axis_by_fun_shape_float32_8_9__axis_0_reverse_False.mlir b/stablehlo/testdata/cumsum_axis_by_fun_shape_float32_8_9__axis_0_reverse_False.mlir index 16165177dd5..615ffe48394 100644 --- a/stablehlo/testdata/cumsum_axis_by_fun_shape_float32_8_9__axis_0_reverse_False.mlir +++ b/stablehlo/testdata/cumsum_axis_by_fun_shape_float32_8_9__axis_0_reverse_False.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/cumsum_axis_by_fun_shape_float32_8_9__axis_1_reverse_False.mlir b/stablehlo/testdata/cumsum_axis_by_fun_shape_float32_8_9__axis_1_reverse_False.mlir index ac0c635110d..eb50b8a92ab 100644 --- a/stablehlo/testdata/cumsum_axis_by_fun_shape_float32_8_9__axis_1_reverse_False.mlir +++ b/stablehlo/testdata/cumsum_axis_by_fun_shape_float32_8_9__axis_1_reverse_False.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/cumsum_dtype_by_fun_shape_bfloat16_8_9__associative_scan_reductions_axis_0_reverse_False.mlir b/stablehlo/testdata/cumsum_dtype_by_fun_shape_bfloat16_8_9__associative_scan_reductions_axis_0_reverse_False.mlir index 7c8249b4b26..0831ad40322 100644 --- a/stablehlo/testdata/cumsum_dtype_by_fun_shape_bfloat16_8_9__associative_scan_reductions_axis_0_reverse_False.mlir +++ b/stablehlo/testdata/cumsum_dtype_by_fun_shape_bfloat16_8_9__associative_scan_reductions_axis_0_reverse_False.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/cumsum_dtype_by_fun_shape_bfloat16_8_9__axis_0_reverse_False.mlir b/stablehlo/testdata/cumsum_dtype_by_fun_shape_bfloat16_8_9__axis_0_reverse_False.mlir index d2f4bd55e9a..26677a4a401 100644 --- a/stablehlo/testdata/cumsum_dtype_by_fun_shape_bfloat16_8_9__axis_0_reverse_False.mlir +++ b/stablehlo/testdata/cumsum_dtype_by_fun_shape_bfloat16_8_9__axis_0_reverse_False.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/cumsum_dtype_by_fun_shape_complex64_8_9__associative_scan_reductions_axis_0_reverse_False.mlir b/stablehlo/testdata/cumsum_dtype_by_fun_shape_complex64_8_9__associative_scan_reductions_axis_0_reverse_False.mlir index f9be729cb05..c4fdac44ba3 100644 --- a/stablehlo/testdata/cumsum_dtype_by_fun_shape_complex64_8_9__associative_scan_reductions_axis_0_reverse_False.mlir +++ b/stablehlo/testdata/cumsum_dtype_by_fun_shape_complex64_8_9__associative_scan_reductions_axis_0_reverse_False.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/cumsum_dtype_by_fun_shape_complex64_8_9__axis_0_reverse_False.mlir b/stablehlo/testdata/cumsum_dtype_by_fun_shape_complex64_8_9__axis_0_reverse_False.mlir index 8cbf34f9660..c2844d8f0e8 100644 --- a/stablehlo/testdata/cumsum_dtype_by_fun_shape_complex64_8_9__axis_0_reverse_False.mlir +++ b/stablehlo/testdata/cumsum_dtype_by_fun_shape_complex64_8_9__axis_0_reverse_False.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/cumsum_dtype_by_fun_shape_float16_8_9__associative_scan_reductions_axis_0_reverse_False.mlir b/stablehlo/testdata/cumsum_dtype_by_fun_shape_float16_8_9__associative_scan_reductions_axis_0_reverse_False.mlir index 516958c0626..48c19d5486d 100644 --- a/stablehlo/testdata/cumsum_dtype_by_fun_shape_float16_8_9__associative_scan_reductions_axis_0_reverse_False.mlir +++ b/stablehlo/testdata/cumsum_dtype_by_fun_shape_float16_8_9__associative_scan_reductions_axis_0_reverse_False.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/cumsum_dtype_by_fun_shape_float16_8_9__axis_0_reverse_False.mlir b/stablehlo/testdata/cumsum_dtype_by_fun_shape_float16_8_9__axis_0_reverse_False.mlir index d96f0ff6144..7fb519f2684 100644 --- a/stablehlo/testdata/cumsum_dtype_by_fun_shape_float16_8_9__axis_0_reverse_False.mlir +++ b/stablehlo/testdata/cumsum_dtype_by_fun_shape_float16_8_9__axis_0_reverse_False.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/cumsum_dtype_by_fun_shape_float32_8_9__associative_scan_reductions_axis_0_reverse_False.mlir b/stablehlo/testdata/cumsum_dtype_by_fun_shape_float32_8_9__associative_scan_reductions_axis_0_reverse_False.mlir index 5ddfadbbb3f..df0abdacf6b 100644 --- a/stablehlo/testdata/cumsum_dtype_by_fun_shape_float32_8_9__associative_scan_reductions_axis_0_reverse_False.mlir +++ b/stablehlo/testdata/cumsum_dtype_by_fun_shape_float32_8_9__associative_scan_reductions_axis_0_reverse_False.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/cumsum_dtype_by_fun_shape_float32_8_9__axis_0_reverse_False.mlir b/stablehlo/testdata/cumsum_dtype_by_fun_shape_float32_8_9__axis_0_reverse_False.mlir index 4de37c41bf0..37a314dcba6 100644 --- a/stablehlo/testdata/cumsum_dtype_by_fun_shape_float32_8_9__axis_0_reverse_False.mlir +++ b/stablehlo/testdata/cumsum_dtype_by_fun_shape_float32_8_9__axis_0_reverse_False.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/cumsum_reverse_shape_float32_8_9__associative_scan_reductions_axis_0_reverse_True.mlir b/stablehlo/testdata/cumsum_reverse_shape_float32_8_9__associative_scan_reductions_axis_0_reverse_True.mlir index fd76ea9fb77..0c62fdc6f3e 100644 --- a/stablehlo/testdata/cumsum_reverse_shape_float32_8_9__associative_scan_reductions_axis_0_reverse_True.mlir +++ b/stablehlo/testdata/cumsum_reverse_shape_float32_8_9__associative_scan_reductions_axis_0_reverse_True.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/cumsum_reverse_shape_float32_8_9__axis_0_reverse_True.mlir b/stablehlo/testdata/cumsum_reverse_shape_float32_8_9__axis_0_reverse_True.mlir index ba35cea24af..67007ac0f30 100644 --- a/stablehlo/testdata/cumsum_reverse_shape_float32_8_9__axis_0_reverse_True.mlir +++ b/stablehlo/testdata/cumsum_reverse_shape_float32_8_9__axis_0_reverse_True.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/device_put_devices_shape_float32_3_4__device__cpu.mlir b/stablehlo/testdata/device_put_devices_shape_float32_3_4__device__cpu.mlir index d230be034c4..84db920f986 100644 --- a/stablehlo/testdata/device_put_devices_shape_float32_3_4__device__cpu.mlir +++ b/stablehlo/testdata/device_put_devices_shape_float32_3_4__device__cpu.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/device_put_dtypes_shape_bfloat16_3_4__device_None.mlir b/stablehlo/testdata/device_put_dtypes_shape_bfloat16_3_4__device_None.mlir index 74376560f34..e2cdedca43e 100644 --- a/stablehlo/testdata/device_put_dtypes_shape_bfloat16_3_4__device_None.mlir +++ b/stablehlo/testdata/device_put_dtypes_shape_bfloat16_3_4__device_None.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/device_put_dtypes_shape_complex64_3_4__device_None.mlir b/stablehlo/testdata/device_put_dtypes_shape_complex64_3_4__device_None.mlir index d0d90b933ea..2e3667bf68b 100644 --- a/stablehlo/testdata/device_put_dtypes_shape_complex64_3_4__device_None.mlir +++ b/stablehlo/testdata/device_put_dtypes_shape_complex64_3_4__device_None.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/device_put_dtypes_shape_float16_3_4__device_None.mlir b/stablehlo/testdata/device_put_dtypes_shape_float16_3_4__device_None.mlir index ddae7d89f74..bae47ebfdc3 100644 --- a/stablehlo/testdata/device_put_dtypes_shape_float16_3_4__device_None.mlir +++ b/stablehlo/testdata/device_put_dtypes_shape_float16_3_4__device_None.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/device_put_dtypes_shape_float32_3_4__device_None.mlir b/stablehlo/testdata/device_put_dtypes_shape_float32_3_4__device_None.mlir index 53284da950e..4c7aa943230 100644 --- a/stablehlo/testdata/device_put_dtypes_shape_float32_3_4__device_None.mlir +++ b/stablehlo/testdata/device_put_dtypes_shape_float32_3_4__device_None.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/div_broadcast_lhs_float32_2_1_3__rhs_float32_2_4_3.mlir b/stablehlo/testdata/div_broadcast_lhs_float32_2_1_3__rhs_float32_2_4_3.mlir index 6d94bda6ec7..27fb92e7290 100644 --- a/stablehlo/testdata/div_broadcast_lhs_float32_2_1_3__rhs_float32_2_4_3.mlir +++ b/stablehlo/testdata/div_broadcast_lhs_float32_2_1_3__rhs_float32_2_4_3.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/div_broadcast_lhs_float32_2_4_3__rhs_float32_2_1_3.mlir b/stablehlo/testdata/div_broadcast_lhs_float32_2_4_3__rhs_float32_2_1_3.mlir index 4277d43d715..033b295b5af 100644 --- a/stablehlo/testdata/div_broadcast_lhs_float32_2_4_3__rhs_float32_2_1_3.mlir +++ b/stablehlo/testdata/div_broadcast_lhs_float32_2_4_3__rhs_float32_2_1_3.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/div_dtypes_lhs_bfloat16_2__rhs_bfloat16_2.mlir b/stablehlo/testdata/div_dtypes_lhs_bfloat16_2__rhs_bfloat16_2.mlir index 8bed2778413..49eea8af766 100644 --- a/stablehlo/testdata/div_dtypes_lhs_bfloat16_2__rhs_bfloat16_2.mlir +++ b/stablehlo/testdata/div_dtypes_lhs_bfloat16_2__rhs_bfloat16_2.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/div_dtypes_lhs_complex64_2__rhs_complex64_2.mlir b/stablehlo/testdata/div_dtypes_lhs_complex64_2__rhs_complex64_2.mlir index 194bef05c82..0a166dca4d8 100644 --- a/stablehlo/testdata/div_dtypes_lhs_complex64_2__rhs_complex64_2.mlir +++ b/stablehlo/testdata/div_dtypes_lhs_complex64_2__rhs_complex64_2.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/div_dtypes_lhs_float16_2__rhs_float16_2.mlir b/stablehlo/testdata/div_dtypes_lhs_float16_2__rhs_float16_2.mlir index 1831cd7292e..8fc4d3eba9a 100644 --- a/stablehlo/testdata/div_dtypes_lhs_float16_2__rhs_float16_2.mlir +++ b/stablehlo/testdata/div_dtypes_lhs_float16_2__rhs_float16_2.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/div_dtypes_lhs_float32_2__rhs_float32_2.mlir b/stablehlo/testdata/div_dtypes_lhs_float32_2__rhs_float32_2.mlir index cb7f3665446..c4eac444d7f 100644 --- a/stablehlo/testdata/div_dtypes_lhs_float32_2__rhs_float32_2.mlir +++ b/stablehlo/testdata/div_dtypes_lhs_float32_2__rhs_float32_2.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/div_singularity_0_by_0_lhs_float32_2__rhs_float32_2.mlir b/stablehlo/testdata/div_singularity_0_by_0_lhs_float32_2__rhs_float32_2.mlir index fd51f5212be..94d3509a82a 100644 --- a/stablehlo/testdata/div_singularity_0_by_0_lhs_float32_2__rhs_float32_2.mlir +++ b/stablehlo/testdata/div_singularity_0_by_0_lhs_float32_2__rhs_float32_2.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/div_singularity_inf_by_inf_lhs_float32_1__rhs_float32_1.mlir b/stablehlo/testdata/div_singularity_inf_by_inf_lhs_float32_1__rhs_float32_1.mlir index 8346cbccd46..6c6b7f60393 100644 --- a/stablehlo/testdata/div_singularity_inf_by_inf_lhs_float32_1__rhs_float32_1.mlir +++ b/stablehlo/testdata/div_singularity_inf_by_inf_lhs_float32_1__rhs_float32_1.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/div_singularity_negative_by_0_lhs_float32_2__rhs_float32_2.mlir b/stablehlo/testdata/div_singularity_negative_by_0_lhs_float32_2__rhs_float32_2.mlir index f3befa022e3..e337126b3c0 100644 --- a/stablehlo/testdata/div_singularity_negative_by_0_lhs_float32_2__rhs_float32_2.mlir +++ b/stablehlo/testdata/div_singularity_negative_by_0_lhs_float32_2__rhs_float32_2.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/div_singularity_positive_by_0_lhs_float32_2__rhs_float32_2.mlir b/stablehlo/testdata/div_singularity_positive_by_0_lhs_float32_2__rhs_float32_2.mlir index 2cdf4ad9b1e..01392ed7c78 100644 --- a/stablehlo/testdata/div_singularity_positive_by_0_lhs_float32_2__rhs_float32_2.mlir +++ b/stablehlo/testdata/div_singularity_positive_by_0_lhs_float32_2__rhs_float32_2.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/erf_shape_float32_20_20.mlir b/stablehlo/testdata/erf_shape_float32_20_20.mlir index 387020fa4b5..f71952c8e1a 100644 --- a/stablehlo/testdata/erf_shape_float32_20_20.mlir +++ b/stablehlo/testdata/erf_shape_float32_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/exp_shape_bfloat16_20_20.mlir b/stablehlo/testdata/exp_shape_bfloat16_20_20.mlir index 1703a3982fa..99a991fa7a5 100644 --- a/stablehlo/testdata/exp_shape_bfloat16_20_20.mlir +++ b/stablehlo/testdata/exp_shape_bfloat16_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/exp_shape_float16_20_20.mlir b/stablehlo/testdata/exp_shape_float16_20_20.mlir index 2df2150fa9c..7c1f81dead0 100644 --- a/stablehlo/testdata/exp_shape_float16_20_20.mlir +++ b/stablehlo/testdata/exp_shape_float16_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/exp_shape_float32_20_20.mlir b/stablehlo/testdata/exp_shape_float32_20_20.mlir index 98e4cf7d4ef..59e3a065ae6 100644 --- a/stablehlo/testdata/exp_shape_float32_20_20.mlir +++ b/stablehlo/testdata/exp_shape_float32_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/floor_shape_bfloat16_20_20.mlir b/stablehlo/testdata/floor_shape_bfloat16_20_20.mlir index 0d859e18f43..ae33670abc8 100644 --- a/stablehlo/testdata/floor_shape_bfloat16_20_20.mlir +++ b/stablehlo/testdata/floor_shape_bfloat16_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/floor_shape_float16_20_20.mlir b/stablehlo/testdata/floor_shape_float16_20_20.mlir index dd092e862b7..f409d466aab 100644 --- a/stablehlo/testdata/floor_shape_float16_20_20.mlir +++ b/stablehlo/testdata/floor_shape_float16_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/floor_shape_float32_20_20.mlir b/stablehlo/testdata/floor_shape_float32_20_20.mlir index 4fc11b9d3ae..29a8d730690 100644 --- a/stablehlo/testdata/floor_shape_float32_20_20.mlir +++ b/stablehlo/testdata/floor_shape_float32_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/imag_dtypes_shape_complex64_2_3.mlir b/stablehlo/testdata/imag_dtypes_shape_complex64_2_3.mlir index 1ee4a7d7a61..b57ddbbf851 100644 --- a/stablehlo/testdata/imag_dtypes_shape_complex64_2_3.mlir +++ b/stablehlo/testdata/imag_dtypes_shape_complex64_2_3.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/integer_pow_dtypes_shape_bfloat16_20_30__y_-1.mlir b/stablehlo/testdata/integer_pow_dtypes_shape_bfloat16_20_30__y_-1.mlir index 0c8b961ccb6..83c5c7f6af5 100644 --- a/stablehlo/testdata/integer_pow_dtypes_shape_bfloat16_20_30__y_-1.mlir +++ b/stablehlo/testdata/integer_pow_dtypes_shape_bfloat16_20_30__y_-1.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/integer_pow_dtypes_shape_bfloat16_20_30__y_-2.mlir b/stablehlo/testdata/integer_pow_dtypes_shape_bfloat16_20_30__y_-2.mlir index 332a61e1e69..3235b941047 100644 --- a/stablehlo/testdata/integer_pow_dtypes_shape_bfloat16_20_30__y_-2.mlir +++ b/stablehlo/testdata/integer_pow_dtypes_shape_bfloat16_20_30__y_-2.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/integer_pow_dtypes_shape_bfloat16_20_30__y_-3.mlir b/stablehlo/testdata/integer_pow_dtypes_shape_bfloat16_20_30__y_-3.mlir index 101849c5488..46a78f2e97c 100644 --- a/stablehlo/testdata/integer_pow_dtypes_shape_bfloat16_20_30__y_-3.mlir +++ b/stablehlo/testdata/integer_pow_dtypes_shape_bfloat16_20_30__y_-3.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/integer_pow_dtypes_shape_bfloat16_20_30__y_0.mlir b/stablehlo/testdata/integer_pow_dtypes_shape_bfloat16_20_30__y_0.mlir index ebea65acc80..72fba3caec8 100644 --- a/stablehlo/testdata/integer_pow_dtypes_shape_bfloat16_20_30__y_0.mlir +++ b/stablehlo/testdata/integer_pow_dtypes_shape_bfloat16_20_30__y_0.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/integer_pow_dtypes_shape_bfloat16_20_30__y_1.mlir b/stablehlo/testdata/integer_pow_dtypes_shape_bfloat16_20_30__y_1.mlir index 2f1ac5f32aa..38cf98d639c 100644 --- a/stablehlo/testdata/integer_pow_dtypes_shape_bfloat16_20_30__y_1.mlir +++ b/stablehlo/testdata/integer_pow_dtypes_shape_bfloat16_20_30__y_1.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/integer_pow_dtypes_shape_bfloat16_20_30__y_2.mlir b/stablehlo/testdata/integer_pow_dtypes_shape_bfloat16_20_30__y_2.mlir index 40e0f67883c..f45e42aa0eb 100644 --- a/stablehlo/testdata/integer_pow_dtypes_shape_bfloat16_20_30__y_2.mlir +++ b/stablehlo/testdata/integer_pow_dtypes_shape_bfloat16_20_30__y_2.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/integer_pow_dtypes_shape_bfloat16_20_30__y_3.mlir b/stablehlo/testdata/integer_pow_dtypes_shape_bfloat16_20_30__y_3.mlir index 33eb833d3c7..8dc4fb473c8 100644 --- a/stablehlo/testdata/integer_pow_dtypes_shape_bfloat16_20_30__y_3.mlir +++ b/stablehlo/testdata/integer_pow_dtypes_shape_bfloat16_20_30__y_3.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/integer_pow_dtypes_shape_bfloat16_20_30__y_4.mlir b/stablehlo/testdata/integer_pow_dtypes_shape_bfloat16_20_30__y_4.mlir index 50930a86f2f..ec9f01174eb 100644 --- a/stablehlo/testdata/integer_pow_dtypes_shape_bfloat16_20_30__y_4.mlir +++ b/stablehlo/testdata/integer_pow_dtypes_shape_bfloat16_20_30__y_4.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/integer_pow_dtypes_shape_complex64_20_30__y_-1.mlir b/stablehlo/testdata/integer_pow_dtypes_shape_complex64_20_30__y_-1.mlir index ccb83e8acf5..76b707519d4 100644 --- a/stablehlo/testdata/integer_pow_dtypes_shape_complex64_20_30__y_-1.mlir +++ b/stablehlo/testdata/integer_pow_dtypes_shape_complex64_20_30__y_-1.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/integer_pow_dtypes_shape_complex64_20_30__y_-2.mlir b/stablehlo/testdata/integer_pow_dtypes_shape_complex64_20_30__y_-2.mlir index b68fd873d64..dd3e5c73e90 100644 --- a/stablehlo/testdata/integer_pow_dtypes_shape_complex64_20_30__y_-2.mlir +++ b/stablehlo/testdata/integer_pow_dtypes_shape_complex64_20_30__y_-2.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/integer_pow_dtypes_shape_complex64_20_30__y_0.mlir b/stablehlo/testdata/integer_pow_dtypes_shape_complex64_20_30__y_0.mlir index 3926d2a4613..22196a44d53 100644 --- a/stablehlo/testdata/integer_pow_dtypes_shape_complex64_20_30__y_0.mlir +++ b/stablehlo/testdata/integer_pow_dtypes_shape_complex64_20_30__y_0.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/integer_pow_dtypes_shape_complex64_20_30__y_1.mlir b/stablehlo/testdata/integer_pow_dtypes_shape_complex64_20_30__y_1.mlir index 067d0b653c9..96f91264946 100644 --- a/stablehlo/testdata/integer_pow_dtypes_shape_complex64_20_30__y_1.mlir +++ b/stablehlo/testdata/integer_pow_dtypes_shape_complex64_20_30__y_1.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/integer_pow_dtypes_shape_complex64_20_30__y_2.mlir b/stablehlo/testdata/integer_pow_dtypes_shape_complex64_20_30__y_2.mlir index 80d65daaa7c..0352ae78814 100644 --- a/stablehlo/testdata/integer_pow_dtypes_shape_complex64_20_30__y_2.mlir +++ b/stablehlo/testdata/integer_pow_dtypes_shape_complex64_20_30__y_2.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/integer_pow_dtypes_shape_complex64_20_30__y_3.mlir b/stablehlo/testdata/integer_pow_dtypes_shape_complex64_20_30__y_3.mlir index 66ccb5d9874..fa89ac22ef4 100644 --- a/stablehlo/testdata/integer_pow_dtypes_shape_complex64_20_30__y_3.mlir +++ b/stablehlo/testdata/integer_pow_dtypes_shape_complex64_20_30__y_3.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/integer_pow_dtypes_shape_float16_20_30__y_-1.mlir b/stablehlo/testdata/integer_pow_dtypes_shape_float16_20_30__y_-1.mlir index f144c47afc1..8c86f3de52a 100644 --- a/stablehlo/testdata/integer_pow_dtypes_shape_float16_20_30__y_-1.mlir +++ b/stablehlo/testdata/integer_pow_dtypes_shape_float16_20_30__y_-1.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/integer_pow_dtypes_shape_float16_20_30__y_-2.mlir b/stablehlo/testdata/integer_pow_dtypes_shape_float16_20_30__y_-2.mlir index 79079d92d1d..02f0dba3ad6 100644 --- a/stablehlo/testdata/integer_pow_dtypes_shape_float16_20_30__y_-2.mlir +++ b/stablehlo/testdata/integer_pow_dtypes_shape_float16_20_30__y_-2.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/integer_pow_dtypes_shape_float16_20_30__y_-3.mlir b/stablehlo/testdata/integer_pow_dtypes_shape_float16_20_30__y_-3.mlir index ef673c14553..3f713dc5e61 100644 --- a/stablehlo/testdata/integer_pow_dtypes_shape_float16_20_30__y_-3.mlir +++ b/stablehlo/testdata/integer_pow_dtypes_shape_float16_20_30__y_-3.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/integer_pow_dtypes_shape_float16_20_30__y_0.mlir b/stablehlo/testdata/integer_pow_dtypes_shape_float16_20_30__y_0.mlir index 1bd1ebee0a7..65c9c965747 100644 --- a/stablehlo/testdata/integer_pow_dtypes_shape_float16_20_30__y_0.mlir +++ b/stablehlo/testdata/integer_pow_dtypes_shape_float16_20_30__y_0.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/integer_pow_dtypes_shape_float16_20_30__y_1.mlir b/stablehlo/testdata/integer_pow_dtypes_shape_float16_20_30__y_1.mlir index aa3c063d635..d7bf07586cd 100644 --- a/stablehlo/testdata/integer_pow_dtypes_shape_float16_20_30__y_1.mlir +++ b/stablehlo/testdata/integer_pow_dtypes_shape_float16_20_30__y_1.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/integer_pow_dtypes_shape_float16_20_30__y_2.mlir b/stablehlo/testdata/integer_pow_dtypes_shape_float16_20_30__y_2.mlir index 4a119f7fb61..c75d3be11a1 100644 --- a/stablehlo/testdata/integer_pow_dtypes_shape_float16_20_30__y_2.mlir +++ b/stablehlo/testdata/integer_pow_dtypes_shape_float16_20_30__y_2.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/integer_pow_dtypes_shape_float16_20_30__y_3.mlir b/stablehlo/testdata/integer_pow_dtypes_shape_float16_20_30__y_3.mlir index f7be4d1c8a6..911be7b1d31 100644 --- a/stablehlo/testdata/integer_pow_dtypes_shape_float16_20_30__y_3.mlir +++ b/stablehlo/testdata/integer_pow_dtypes_shape_float16_20_30__y_3.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/integer_pow_dtypes_shape_float16_20_30__y_4.mlir b/stablehlo/testdata/integer_pow_dtypes_shape_float16_20_30__y_4.mlir index a441e8ad366..9cbc1bb18cc 100644 --- a/stablehlo/testdata/integer_pow_dtypes_shape_float16_20_30__y_4.mlir +++ b/stablehlo/testdata/integer_pow_dtypes_shape_float16_20_30__y_4.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/integer_pow_dtypes_shape_float32_20_30__y_-1.mlir b/stablehlo/testdata/integer_pow_dtypes_shape_float32_20_30__y_-1.mlir index 2c7db62b833..75eb70a3898 100644 --- a/stablehlo/testdata/integer_pow_dtypes_shape_float32_20_30__y_-1.mlir +++ b/stablehlo/testdata/integer_pow_dtypes_shape_float32_20_30__y_-1.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/integer_pow_dtypes_shape_float32_20_30__y_-2.mlir b/stablehlo/testdata/integer_pow_dtypes_shape_float32_20_30__y_-2.mlir index 87aab6ff4a3..eba64983106 100644 --- a/stablehlo/testdata/integer_pow_dtypes_shape_float32_20_30__y_-2.mlir +++ b/stablehlo/testdata/integer_pow_dtypes_shape_float32_20_30__y_-2.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/integer_pow_dtypes_shape_float32_20_30__y_-3.mlir b/stablehlo/testdata/integer_pow_dtypes_shape_float32_20_30__y_-3.mlir index 6652a09bc99..7e4751c4a9c 100644 --- a/stablehlo/testdata/integer_pow_dtypes_shape_float32_20_30__y_-3.mlir +++ b/stablehlo/testdata/integer_pow_dtypes_shape_float32_20_30__y_-3.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/integer_pow_dtypes_shape_float32_20_30__y_0.mlir b/stablehlo/testdata/integer_pow_dtypes_shape_float32_20_30__y_0.mlir index d0f5da5d1a3..6c70e403f99 100644 --- a/stablehlo/testdata/integer_pow_dtypes_shape_float32_20_30__y_0.mlir +++ b/stablehlo/testdata/integer_pow_dtypes_shape_float32_20_30__y_0.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/integer_pow_dtypes_shape_float32_20_30__y_1.mlir b/stablehlo/testdata/integer_pow_dtypes_shape_float32_20_30__y_1.mlir index 46256db8909..89e704de456 100644 --- a/stablehlo/testdata/integer_pow_dtypes_shape_float32_20_30__y_1.mlir +++ b/stablehlo/testdata/integer_pow_dtypes_shape_float32_20_30__y_1.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/integer_pow_dtypes_shape_float32_20_30__y_2.mlir b/stablehlo/testdata/integer_pow_dtypes_shape_float32_20_30__y_2.mlir index cd698f4ba8a..031745b19ec 100644 --- a/stablehlo/testdata/integer_pow_dtypes_shape_float32_20_30__y_2.mlir +++ b/stablehlo/testdata/integer_pow_dtypes_shape_float32_20_30__y_2.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/integer_pow_dtypes_shape_float32_20_30__y_3.mlir b/stablehlo/testdata/integer_pow_dtypes_shape_float32_20_30__y_3.mlir index 26cffbe2e57..eef1477b877 100644 --- a/stablehlo/testdata/integer_pow_dtypes_shape_float32_20_30__y_3.mlir +++ b/stablehlo/testdata/integer_pow_dtypes_shape_float32_20_30__y_3.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/integer_pow_dtypes_shape_float32_20_30__y_4.mlir b/stablehlo/testdata/integer_pow_dtypes_shape_float32_20_30__y_4.mlir index c1f7219d736..4e2d0d549ca 100644 --- a/stablehlo/testdata/integer_pow_dtypes_shape_float32_20_30__y_4.mlir +++ b/stablehlo/testdata/integer_pow_dtypes_shape_float32_20_30__y_4.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/integer_pow_negative_overflow_shape_float16_20_30__y_-127.mlir b/stablehlo/testdata/integer_pow_negative_overflow_shape_float16_20_30__y_-127.mlir index f5d9f49d1e6..ea7a3b22303 100644 --- a/stablehlo/testdata/integer_pow_negative_overflow_shape_float16_20_30__y_-127.mlir +++ b/stablehlo/testdata/integer_pow_negative_overflow_shape_float16_20_30__y_-127.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/integer_pow_overflow_shape_bfloat16_20_30__y_127.mlir b/stablehlo/testdata/integer_pow_overflow_shape_bfloat16_20_30__y_127.mlir index 1aab19746ac..377897b1d70 100644 --- a/stablehlo/testdata/integer_pow_overflow_shape_bfloat16_20_30__y_127.mlir +++ b/stablehlo/testdata/integer_pow_overflow_shape_bfloat16_20_30__y_127.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/integer_pow_overflow_shape_float16_20_30__y_127.mlir b/stablehlo/testdata/integer_pow_overflow_shape_float16_20_30__y_127.mlir index 1abb1c7a855..f7d44e162c5 100644 --- a/stablehlo/testdata/integer_pow_overflow_shape_float16_20_30__y_127.mlir +++ b/stablehlo/testdata/integer_pow_overflow_shape_float16_20_30__y_127.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/integer_pow_overflow_shape_float32_20_30__y_127.mlir b/stablehlo/testdata/integer_pow_overflow_shape_float32_20_30__y_127.mlir index 0eda8f46dd1..23f0988d070 100644 --- a/stablehlo/testdata/integer_pow_overflow_shape_float32_20_30__y_127.mlir +++ b/stablehlo/testdata/integer_pow_overflow_shape_float32_20_30__y_127.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/iota_broadcasting_shape_float32_4_8_1_1__dimension_1.mlir b/stablehlo/testdata/iota_broadcasting_shape_float32_4_8_1_1__dimension_1.mlir index 3858066ab4c..7722b35a661 100644 --- a/stablehlo/testdata/iota_broadcasting_shape_float32_4_8_1_1__dimension_1.mlir +++ b/stablehlo/testdata/iota_broadcasting_shape_float32_4_8_1_1__dimension_1.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/iota_broadcasting_shape_float32_4_8_1_1__dimension_2.mlir b/stablehlo/testdata/iota_broadcasting_shape_float32_4_8_1_1__dimension_2.mlir index 806d5162ae5..cb34fb11bba 100644 --- a/stablehlo/testdata/iota_broadcasting_shape_float32_4_8_1_1__dimension_2.mlir +++ b/stablehlo/testdata/iota_broadcasting_shape_float32_4_8_1_1__dimension_2.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/iota_dtypes_shape_bfloat16_2_3__dimension_0.mlir b/stablehlo/testdata/iota_dtypes_shape_bfloat16_2_3__dimension_0.mlir index 644924db3f9..f8d0ef55100 100644 --- a/stablehlo/testdata/iota_dtypes_shape_bfloat16_2_3__dimension_0.mlir +++ b/stablehlo/testdata/iota_dtypes_shape_bfloat16_2_3__dimension_0.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/iota_dtypes_shape_complex64_2_3__dimension_0.mlir b/stablehlo/testdata/iota_dtypes_shape_complex64_2_3__dimension_0.mlir index a1587e299ff..23aba6ad0ea 100644 --- a/stablehlo/testdata/iota_dtypes_shape_complex64_2_3__dimension_0.mlir +++ b/stablehlo/testdata/iota_dtypes_shape_complex64_2_3__dimension_0.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/iota_dtypes_shape_float16_2_3__dimension_0.mlir b/stablehlo/testdata/iota_dtypes_shape_float16_2_3__dimension_0.mlir index 79b507bcc8a..a81e460452f 100644 --- a/stablehlo/testdata/iota_dtypes_shape_float16_2_3__dimension_0.mlir +++ b/stablehlo/testdata/iota_dtypes_shape_float16_2_3__dimension_0.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/iota_dtypes_shape_float32_2_3__dimension_0.mlir b/stablehlo/testdata/iota_dtypes_shape_float32_2_3__dimension_0.mlir index e7f651912c1..f704d6ee086 100644 --- a/stablehlo/testdata/iota_dtypes_shape_float32_2_3__dimension_0.mlir +++ b/stablehlo/testdata/iota_dtypes_shape_float32_2_3__dimension_0.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/log_shape_bfloat16_20_20.mlir b/stablehlo/testdata/log_shape_bfloat16_20_20.mlir index 0ffe56b0c16..f46384afe32 100644 --- a/stablehlo/testdata/log_shape_bfloat16_20_20.mlir +++ b/stablehlo/testdata/log_shape_bfloat16_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/log_shape_complex64_20_20.mlir b/stablehlo/testdata/log_shape_complex64_20_20.mlir index 983af02c1bd..63c9c9d40a0 100644 --- a/stablehlo/testdata/log_shape_complex64_20_20.mlir +++ b/stablehlo/testdata/log_shape_complex64_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/log_shape_float16_20_20.mlir b/stablehlo/testdata/log_shape_float16_20_20.mlir index 2ce6e5549d1..de766d5ddb7 100644 --- a/stablehlo/testdata/log_shape_float16_20_20.mlir +++ b/stablehlo/testdata/log_shape_float16_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/log_shape_float32_20_20.mlir b/stablehlo/testdata/log_shape_float32_20_20.mlir index aab2f47b166..69ef0e25b7b 100644 --- a/stablehlo/testdata/log_shape_float32_20_20.mlir +++ b/stablehlo/testdata/log_shape_float32_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/logistic_shape_bfloat16_20_20.mlir b/stablehlo/testdata/logistic_shape_bfloat16_20_20.mlir index 0bfd9cd387a..337ec735386 100644 --- a/stablehlo/testdata/logistic_shape_bfloat16_20_20.mlir +++ b/stablehlo/testdata/logistic_shape_bfloat16_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/logistic_shape_float16_20_20.mlir b/stablehlo/testdata/logistic_shape_float16_20_20.mlir index 3e054fa210a..76992ef16bb 100644 --- a/stablehlo/testdata/logistic_shape_float16_20_20.mlir +++ b/stablehlo/testdata/logistic_shape_float16_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/logistic_shape_float32_20_20.mlir b/stablehlo/testdata/logistic_shape_float32_20_20.mlir index 659753bd1c6..6137de98739 100644 --- a/stablehlo/testdata/logistic_shape_float32_20_20.mlir +++ b/stablehlo/testdata/logistic_shape_float32_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/max_broadcasting_lhs_float32_1_20__rhs_float32_20_20.mlir b/stablehlo/testdata/max_broadcasting_lhs_float32_1_20__rhs_float32_20_20.mlir index e360c6a8457..c44754635a9 100644 --- a/stablehlo/testdata/max_broadcasting_lhs_float32_1_20__rhs_float32_20_20.mlir +++ b/stablehlo/testdata/max_broadcasting_lhs_float32_1_20__rhs_float32_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/max_broadcasting_lhs_float32_20_20__rhs_float32_1_20.mlir b/stablehlo/testdata/max_broadcasting_lhs_float32_20_20__rhs_float32_1_20.mlir index 41be387710b..7979dfa30fb 100644 --- a/stablehlo/testdata/max_broadcasting_lhs_float32_20_20__rhs_float32_1_20.mlir +++ b/stablehlo/testdata/max_broadcasting_lhs_float32_20_20__rhs_float32_1_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/max_dtypes_lhs_bfloat16_20_20__rhs_bfloat16_20_20.mlir b/stablehlo/testdata/max_dtypes_lhs_bfloat16_20_20__rhs_bfloat16_20_20.mlir index fb13c2d4288..84ad00877d9 100644 --- a/stablehlo/testdata/max_dtypes_lhs_bfloat16_20_20__rhs_bfloat16_20_20.mlir +++ b/stablehlo/testdata/max_dtypes_lhs_bfloat16_20_20__rhs_bfloat16_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/max_dtypes_lhs_float16_20_20__rhs_float16_20_20.mlir b/stablehlo/testdata/max_dtypes_lhs_float16_20_20__rhs_float16_20_20.mlir index 7768599fa1d..634576c9589 100644 --- a/stablehlo/testdata/max_dtypes_lhs_float16_20_20__rhs_float16_20_20.mlir +++ b/stablehlo/testdata/max_dtypes_lhs_float16_20_20__rhs_float16_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/max_dtypes_lhs_float32_20_20__rhs_float32_20_20.mlir b/stablehlo/testdata/max_dtypes_lhs_float32_20_20__rhs_float32_20_20.mlir index 847e6b235bf..4a3a54ca82a 100644 --- a/stablehlo/testdata/max_dtypes_lhs_float32_20_20__rhs_float32_20_20.mlir +++ b/stablehlo/testdata/max_dtypes_lhs_float32_20_20__rhs_float32_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/max_inf_nan_bfloat16.mlir b/stablehlo/testdata/max_inf_nan_bfloat16.mlir index c4c794224a3..c90d037c65e 100644 --- a/stablehlo/testdata/max_inf_nan_bfloat16.mlir +++ b/stablehlo/testdata/max_inf_nan_bfloat16.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/max_inf_nan_float16.mlir b/stablehlo/testdata/max_inf_nan_float16.mlir index d31d9c65379..15210d1ba1d 100644 --- a/stablehlo/testdata/max_inf_nan_float16.mlir +++ b/stablehlo/testdata/max_inf_nan_float16.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/max_inf_nan_float32.mlir b/stablehlo/testdata/max_inf_nan_float32.mlir index 15cf760b343..c54367c4bc2 100644 --- a/stablehlo/testdata/max_inf_nan_float32.mlir +++ b/stablehlo/testdata/max_inf_nan_float32.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/min_broadcasting_lhs_float32_1_20__rhs_float32_20_20.mlir b/stablehlo/testdata/min_broadcasting_lhs_float32_1_20__rhs_float32_20_20.mlir index 11722d7fb53..5fb5bb0fee2 100644 --- a/stablehlo/testdata/min_broadcasting_lhs_float32_1_20__rhs_float32_20_20.mlir +++ b/stablehlo/testdata/min_broadcasting_lhs_float32_1_20__rhs_float32_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/min_broadcasting_lhs_float32_20_20__rhs_float32_1_20.mlir b/stablehlo/testdata/min_broadcasting_lhs_float32_20_20__rhs_float32_1_20.mlir index 9ee67b3007e..3ea213bdf4f 100644 --- a/stablehlo/testdata/min_broadcasting_lhs_float32_20_20__rhs_float32_1_20.mlir +++ b/stablehlo/testdata/min_broadcasting_lhs_float32_20_20__rhs_float32_1_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/min_dtypes_lhs_bfloat16_20_20__rhs_bfloat16_20_20.mlir b/stablehlo/testdata/min_dtypes_lhs_bfloat16_20_20__rhs_bfloat16_20_20.mlir index 0244081d8a6..de69a0fad87 100644 --- a/stablehlo/testdata/min_dtypes_lhs_bfloat16_20_20__rhs_bfloat16_20_20.mlir +++ b/stablehlo/testdata/min_dtypes_lhs_bfloat16_20_20__rhs_bfloat16_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/min_dtypes_lhs_float16_20_20__rhs_float16_20_20.mlir b/stablehlo/testdata/min_dtypes_lhs_float16_20_20__rhs_float16_20_20.mlir index 7208981f81a..a6516c75e19 100644 --- a/stablehlo/testdata/min_dtypes_lhs_float16_20_20__rhs_float16_20_20.mlir +++ b/stablehlo/testdata/min_dtypes_lhs_float16_20_20__rhs_float16_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/min_dtypes_lhs_float32_20_20__rhs_float32_20_20.mlir b/stablehlo/testdata/min_dtypes_lhs_float32_20_20__rhs_float32_20_20.mlir index e050a7d9c14..26aed3f880b 100644 --- a/stablehlo/testdata/min_dtypes_lhs_float32_20_20__rhs_float32_20_20.mlir +++ b/stablehlo/testdata/min_dtypes_lhs_float32_20_20__rhs_float32_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/min_inf_nan_bfloat16.mlir b/stablehlo/testdata/min_inf_nan_bfloat16.mlir index 79bbfe61f58..fbd1e4454f4 100644 --- a/stablehlo/testdata/min_inf_nan_bfloat16.mlir +++ b/stablehlo/testdata/min_inf_nan_bfloat16.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/min_inf_nan_float16.mlir b/stablehlo/testdata/min_inf_nan_float16.mlir index 5e76c41861e..56b6d5e6b8c 100644 --- a/stablehlo/testdata/min_inf_nan_float16.mlir +++ b/stablehlo/testdata/min_inf_nan_float16.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/min_inf_nan_float32.mlir b/stablehlo/testdata/min_inf_nan_float32.mlir index a269aa152f1..398567d5672 100644 --- a/stablehlo/testdata/min_inf_nan_float32.mlir +++ b/stablehlo/testdata/min_inf_nan_float32.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/mul_broadcasting_lhs_float32_1_20__rhs_float32_20_20.mlir b/stablehlo/testdata/mul_broadcasting_lhs_float32_1_20__rhs_float32_20_20.mlir index 6df02c1b90a..87692dc67ea 100644 --- a/stablehlo/testdata/mul_broadcasting_lhs_float32_1_20__rhs_float32_20_20.mlir +++ b/stablehlo/testdata/mul_broadcasting_lhs_float32_1_20__rhs_float32_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/mul_broadcasting_lhs_float32_20_20__rhs_float32_1_20.mlir b/stablehlo/testdata/mul_broadcasting_lhs_float32_20_20__rhs_float32_1_20.mlir index cf7a270d584..30b3ce63fef 100644 --- a/stablehlo/testdata/mul_broadcasting_lhs_float32_20_20__rhs_float32_1_20.mlir +++ b/stablehlo/testdata/mul_broadcasting_lhs_float32_20_20__rhs_float32_1_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/mul_dtypes_lhs_bfloat16_20_20__rhs_bfloat16_20_20.mlir b/stablehlo/testdata/mul_dtypes_lhs_bfloat16_20_20__rhs_bfloat16_20_20.mlir index c5472727ec6..bd3e0019217 100644 --- a/stablehlo/testdata/mul_dtypes_lhs_bfloat16_20_20__rhs_bfloat16_20_20.mlir +++ b/stablehlo/testdata/mul_dtypes_lhs_bfloat16_20_20__rhs_bfloat16_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/mul_dtypes_lhs_complex64_20_20__rhs_complex64_20_20.mlir b/stablehlo/testdata/mul_dtypes_lhs_complex64_20_20__rhs_complex64_20_20.mlir index a92a9d7cf84..52b33513980 100644 --- a/stablehlo/testdata/mul_dtypes_lhs_complex64_20_20__rhs_complex64_20_20.mlir +++ b/stablehlo/testdata/mul_dtypes_lhs_complex64_20_20__rhs_complex64_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/mul_dtypes_lhs_float16_20_20__rhs_float16_20_20.mlir b/stablehlo/testdata/mul_dtypes_lhs_float16_20_20__rhs_float16_20_20.mlir index fed3582fdcd..89ae6d9dcd7 100644 --- a/stablehlo/testdata/mul_dtypes_lhs_float16_20_20__rhs_float16_20_20.mlir +++ b/stablehlo/testdata/mul_dtypes_lhs_float16_20_20__rhs_float16_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/mul_dtypes_lhs_float32_20_20__rhs_float32_20_20.mlir b/stablehlo/testdata/mul_dtypes_lhs_float32_20_20__rhs_float32_20_20.mlir index f5c738304a6..1c4e4032e5e 100644 --- a/stablehlo/testdata/mul_dtypes_lhs_float32_20_20__rhs_float32_20_20.mlir +++ b/stablehlo/testdata/mul_dtypes_lhs_float32_20_20__rhs_float32_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/neg_shape_bfloat16_20_20.mlir b/stablehlo/testdata/neg_shape_bfloat16_20_20.mlir index c04c98fdbe4..70f6cdcdea4 100644 --- a/stablehlo/testdata/neg_shape_bfloat16_20_20.mlir +++ b/stablehlo/testdata/neg_shape_bfloat16_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/neg_shape_complex64_20_20.mlir b/stablehlo/testdata/neg_shape_complex64_20_20.mlir index 0d81e54ebc3..bb6711941c1 100644 --- a/stablehlo/testdata/neg_shape_complex64_20_20.mlir +++ b/stablehlo/testdata/neg_shape_complex64_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/neg_shape_float16_20_20.mlir b/stablehlo/testdata/neg_shape_float16_20_20.mlir index 740350fba4f..f979db97e9a 100644 --- a/stablehlo/testdata/neg_shape_float16_20_20.mlir +++ b/stablehlo/testdata/neg_shape_float16_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/neg_shape_float32_20_20.mlir b/stablehlo/testdata/neg_shape_float32_20_20.mlir index dc9d38275fb..f703856baca 100644 --- a/stablehlo/testdata/neg_shape_float32_20_20.mlir +++ b/stablehlo/testdata/neg_shape_float32_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/pad_inshape_bfloat16_2_3__pads___0__0__0____-1__-1__0___enable_xla_True.mlir b/stablehlo/testdata/pad_inshape_bfloat16_2_3__pads___0__0__0____-1__-1__0___enable_xla_True.mlir index 661ed8b6f93..787976d70fb 100644 --- a/stablehlo/testdata/pad_inshape_bfloat16_2_3__pads___0__0__0____-1__-1__0___enable_xla_True.mlir +++ b/stablehlo/testdata/pad_inshape_bfloat16_2_3__pads___0__0__0____-1__-1__0___enable_xla_True.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/pad_inshape_bfloat16_2_3__pads___0__0__0____-2__-2__4___enable_xla_True.mlir b/stablehlo/testdata/pad_inshape_bfloat16_2_3__pads___0__0__0____-2__-2__4___enable_xla_True.mlir index a536e3b983e..d24f18738d6 100644 --- a/stablehlo/testdata/pad_inshape_bfloat16_2_3__pads___0__0__0____-2__-2__4___enable_xla_True.mlir +++ b/stablehlo/testdata/pad_inshape_bfloat16_2_3__pads___0__0__0____-2__-2__4___enable_xla_True.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/pad_inshape_bfloat16_2_3__pads___0__0__0____-2__-3__1___enable_xla_True.mlir b/stablehlo/testdata/pad_inshape_bfloat16_2_3__pads___0__0__0____-2__-3__1___enable_xla_True.mlir index d91a0f03c6b..4c365156c57 100644 --- a/stablehlo/testdata/pad_inshape_bfloat16_2_3__pads___0__0__0____-2__-3__1___enable_xla_True.mlir +++ b/stablehlo/testdata/pad_inshape_bfloat16_2_3__pads___0__0__0____-2__-3__1___enable_xla_True.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/pad_inshape_bfloat16_2_3__pads___0__0__0____0__0__0___enable_xla_True.mlir b/stablehlo/testdata/pad_inshape_bfloat16_2_3__pads___0__0__0____0__0__0___enable_xla_True.mlir index c1cd42900d7..3daf91ace97 100644 --- a/stablehlo/testdata/pad_inshape_bfloat16_2_3__pads___0__0__0____0__0__0___enable_xla_True.mlir +++ b/stablehlo/testdata/pad_inshape_bfloat16_2_3__pads___0__0__0____0__0__0___enable_xla_True.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/pad_inshape_bfloat16_2_3__pads___1__1__0____2__2__0___enable_xla_True.mlir b/stablehlo/testdata/pad_inshape_bfloat16_2_3__pads___1__1__0____2__2__0___enable_xla_True.mlir index faba79755b2..c7c380da9af 100644 --- a/stablehlo/testdata/pad_inshape_bfloat16_2_3__pads___1__1__0____2__2__0___enable_xla_True.mlir +++ b/stablehlo/testdata/pad_inshape_bfloat16_2_3__pads___1__1__0____2__2__0___enable_xla_True.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/pad_inshape_bfloat16_2_3__pads___1__2__1____0__1__0___enable_xla_True.mlir b/stablehlo/testdata/pad_inshape_bfloat16_2_3__pads___1__2__1____0__1__0___enable_xla_True.mlir index af444991979..c0848dcbc90 100644 --- a/stablehlo/testdata/pad_inshape_bfloat16_2_3__pads___1__2__1____0__1__0___enable_xla_True.mlir +++ b/stablehlo/testdata/pad_inshape_bfloat16_2_3__pads___1__2__1____0__1__0___enable_xla_True.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/pad_inshape_complex64_2_3__pads___0__0__0____-1__-1__0___enable_xla_True.mlir b/stablehlo/testdata/pad_inshape_complex64_2_3__pads___0__0__0____-1__-1__0___enable_xla_True.mlir index 04a14229539..f67628a5c27 100644 --- a/stablehlo/testdata/pad_inshape_complex64_2_3__pads___0__0__0____-1__-1__0___enable_xla_True.mlir +++ b/stablehlo/testdata/pad_inshape_complex64_2_3__pads___0__0__0____-1__-1__0___enable_xla_True.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/pad_inshape_complex64_2_3__pads___0__0__0____-2__-2__4___enable_xla_True.mlir b/stablehlo/testdata/pad_inshape_complex64_2_3__pads___0__0__0____-2__-2__4___enable_xla_True.mlir index c7f88cb4ac7..854472b4a4b 100644 --- a/stablehlo/testdata/pad_inshape_complex64_2_3__pads___0__0__0____-2__-2__4___enable_xla_True.mlir +++ b/stablehlo/testdata/pad_inshape_complex64_2_3__pads___0__0__0____-2__-2__4___enable_xla_True.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/pad_inshape_complex64_2_3__pads___0__0__0____-2__-3__1___enable_xla_True.mlir b/stablehlo/testdata/pad_inshape_complex64_2_3__pads___0__0__0____-2__-3__1___enable_xla_True.mlir index 99a96a98eda..cbd7f517995 100644 --- a/stablehlo/testdata/pad_inshape_complex64_2_3__pads___0__0__0____-2__-3__1___enable_xla_True.mlir +++ b/stablehlo/testdata/pad_inshape_complex64_2_3__pads___0__0__0____-2__-3__1___enable_xla_True.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/pad_inshape_complex64_2_3__pads___0__0__0____0__0__0___enable_xla_True.mlir b/stablehlo/testdata/pad_inshape_complex64_2_3__pads___0__0__0____0__0__0___enable_xla_True.mlir index 914331c3475..b9aad307658 100644 --- a/stablehlo/testdata/pad_inshape_complex64_2_3__pads___0__0__0____0__0__0___enable_xla_True.mlir +++ b/stablehlo/testdata/pad_inshape_complex64_2_3__pads___0__0__0____0__0__0___enable_xla_True.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/pad_inshape_complex64_2_3__pads___1__1__0____2__2__0___enable_xla_True.mlir b/stablehlo/testdata/pad_inshape_complex64_2_3__pads___1__1__0____2__2__0___enable_xla_True.mlir index cccd24cdedc..9ba8ca64ad7 100644 --- a/stablehlo/testdata/pad_inshape_complex64_2_3__pads___1__1__0____2__2__0___enable_xla_True.mlir +++ b/stablehlo/testdata/pad_inshape_complex64_2_3__pads___1__1__0____2__2__0___enable_xla_True.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/pad_inshape_complex64_2_3__pads___1__2__1____0__1__0___enable_xla_True.mlir b/stablehlo/testdata/pad_inshape_complex64_2_3__pads___1__2__1____0__1__0___enable_xla_True.mlir index 844de805e7f..336b3d8e65c 100644 --- a/stablehlo/testdata/pad_inshape_complex64_2_3__pads___1__2__1____0__1__0___enable_xla_True.mlir +++ b/stablehlo/testdata/pad_inshape_complex64_2_3__pads___1__2__1____0__1__0___enable_xla_True.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/pad_inshape_float16_2_3__pads___0__0__0____-1__-1__0___enable_xla_True.mlir b/stablehlo/testdata/pad_inshape_float16_2_3__pads___0__0__0____-1__-1__0___enable_xla_True.mlir index 4ba9c1231a4..de8a62a99e8 100644 --- a/stablehlo/testdata/pad_inshape_float16_2_3__pads___0__0__0____-1__-1__0___enable_xla_True.mlir +++ b/stablehlo/testdata/pad_inshape_float16_2_3__pads___0__0__0____-1__-1__0___enable_xla_True.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/pad_inshape_float16_2_3__pads___0__0__0____-2__-2__4___enable_xla_True.mlir b/stablehlo/testdata/pad_inshape_float16_2_3__pads___0__0__0____-2__-2__4___enable_xla_True.mlir index 04d3b421db7..b0f9aadcabf 100644 --- a/stablehlo/testdata/pad_inshape_float16_2_3__pads___0__0__0____-2__-2__4___enable_xla_True.mlir +++ b/stablehlo/testdata/pad_inshape_float16_2_3__pads___0__0__0____-2__-2__4___enable_xla_True.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/pad_inshape_float16_2_3__pads___0__0__0____-2__-3__1___enable_xla_True.mlir b/stablehlo/testdata/pad_inshape_float16_2_3__pads___0__0__0____-2__-3__1___enable_xla_True.mlir index 2b2d647a088..a655537dd71 100644 --- a/stablehlo/testdata/pad_inshape_float16_2_3__pads___0__0__0____-2__-3__1___enable_xla_True.mlir +++ b/stablehlo/testdata/pad_inshape_float16_2_3__pads___0__0__0____-2__-3__1___enable_xla_True.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/pad_inshape_float16_2_3__pads___0__0__0____0__0__0___enable_xla_True.mlir b/stablehlo/testdata/pad_inshape_float16_2_3__pads___0__0__0____0__0__0___enable_xla_True.mlir index 27391ecc871..69717489508 100644 --- a/stablehlo/testdata/pad_inshape_float16_2_3__pads___0__0__0____0__0__0___enable_xla_True.mlir +++ b/stablehlo/testdata/pad_inshape_float16_2_3__pads___0__0__0____0__0__0___enable_xla_True.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/pad_inshape_float16_2_3__pads___1__1__0____2__2__0___enable_xla_True.mlir b/stablehlo/testdata/pad_inshape_float16_2_3__pads___1__1__0____2__2__0___enable_xla_True.mlir index 9b949bcb0ff..6f8dcb8115e 100644 --- a/stablehlo/testdata/pad_inshape_float16_2_3__pads___1__1__0____2__2__0___enable_xla_True.mlir +++ b/stablehlo/testdata/pad_inshape_float16_2_3__pads___1__1__0____2__2__0___enable_xla_True.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/pad_inshape_float16_2_3__pads___1__2__1____0__1__0___enable_xla_True.mlir b/stablehlo/testdata/pad_inshape_float16_2_3__pads___1__2__1____0__1__0___enable_xla_True.mlir index d2d59020d72..0da4efa8995 100644 --- a/stablehlo/testdata/pad_inshape_float16_2_3__pads___1__2__1____0__1__0___enable_xla_True.mlir +++ b/stablehlo/testdata/pad_inshape_float16_2_3__pads___1__2__1____0__1__0___enable_xla_True.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/pad_inshape_float32_2_3__pads___0__0__0____-1__-1__0___enable_xla_True.mlir b/stablehlo/testdata/pad_inshape_float32_2_3__pads___0__0__0____-1__-1__0___enable_xla_True.mlir index 6054bcc991c..50cd609f62e 100644 --- a/stablehlo/testdata/pad_inshape_float32_2_3__pads___0__0__0____-1__-1__0___enable_xla_True.mlir +++ b/stablehlo/testdata/pad_inshape_float32_2_3__pads___0__0__0____-1__-1__0___enable_xla_True.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/pad_inshape_float32_2_3__pads___0__0__0____-2__-2__4___enable_xla_True.mlir b/stablehlo/testdata/pad_inshape_float32_2_3__pads___0__0__0____-2__-2__4___enable_xla_True.mlir index 78cd0b3caea..2740c26abad 100644 --- a/stablehlo/testdata/pad_inshape_float32_2_3__pads___0__0__0____-2__-2__4___enable_xla_True.mlir +++ b/stablehlo/testdata/pad_inshape_float32_2_3__pads___0__0__0____-2__-2__4___enable_xla_True.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/pad_inshape_float32_2_3__pads___0__0__0____-2__-3__1___enable_xla_True.mlir b/stablehlo/testdata/pad_inshape_float32_2_3__pads___0__0__0____-2__-3__1___enable_xla_True.mlir index 9eb312cc393..030d0fb1ce8 100644 --- a/stablehlo/testdata/pad_inshape_float32_2_3__pads___0__0__0____-2__-3__1___enable_xla_True.mlir +++ b/stablehlo/testdata/pad_inshape_float32_2_3__pads___0__0__0____-2__-3__1___enable_xla_True.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/pad_inshape_float32_2_3__pads___0__0__0____0__0__0___enable_xla_True.mlir b/stablehlo/testdata/pad_inshape_float32_2_3__pads___0__0__0____0__0__0___enable_xla_True.mlir index 5afe1507b57..4d76525f70a 100644 --- a/stablehlo/testdata/pad_inshape_float32_2_3__pads___0__0__0____0__0__0___enable_xla_True.mlir +++ b/stablehlo/testdata/pad_inshape_float32_2_3__pads___0__0__0____0__0__0___enable_xla_True.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/pad_inshape_float32_2_3__pads___1__1__0____2__2__0___enable_xla_True.mlir b/stablehlo/testdata/pad_inshape_float32_2_3__pads___1__1__0____2__2__0___enable_xla_True.mlir index 89e85304c75..4035551fa02 100644 --- a/stablehlo/testdata/pad_inshape_float32_2_3__pads___1__1__0____2__2__0___enable_xla_True.mlir +++ b/stablehlo/testdata/pad_inshape_float32_2_3__pads___1__1__0____2__2__0___enable_xla_True.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/pad_inshape_float32_2_3__pads___1__2__1____0__1__0___enable_xla_True.mlir b/stablehlo/testdata/pad_inshape_float32_2_3__pads___1__2__1____0__1__0___enable_xla_True.mlir index da4208606cc..b139e86642c 100644 --- a/stablehlo/testdata/pad_inshape_float32_2_3__pads___1__2__1____0__1__0___enable_xla_True.mlir +++ b/stablehlo/testdata/pad_inshape_float32_2_3__pads___1__2__1____0__1__0___enable_xla_True.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/pow_broadcast_lhs_float32_4_1_6__rhs_float32_4_5_6.mlir b/stablehlo/testdata/pow_broadcast_lhs_float32_4_1_6__rhs_float32_4_5_6.mlir index 5ce8528dccc..26858b02451 100644 --- a/stablehlo/testdata/pow_broadcast_lhs_float32_4_1_6__rhs_float32_4_5_6.mlir +++ b/stablehlo/testdata/pow_broadcast_lhs_float32_4_1_6__rhs_float32_4_5_6.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/pow_broadcast_lhs_float32_4_5_6__rhs_float32.mlir b/stablehlo/testdata/pow_broadcast_lhs_float32_4_5_6__rhs_float32.mlir index 0c5367ff2e9..eedd328e7f3 100644 --- a/stablehlo/testdata/pow_broadcast_lhs_float32_4_5_6__rhs_float32.mlir +++ b/stablehlo/testdata/pow_broadcast_lhs_float32_4_5_6__rhs_float32.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/pow_broadcast_lhs_float32_4_5_6__rhs_float32_4_1_6.mlir b/stablehlo/testdata/pow_broadcast_lhs_float32_4_5_6__rhs_float32_4_1_6.mlir index 4f90047fc7a..5bd1cd57cc2 100644 --- a/stablehlo/testdata/pow_broadcast_lhs_float32_4_5_6__rhs_float32_4_1_6.mlir +++ b/stablehlo/testdata/pow_broadcast_lhs_float32_4_5_6__rhs_float32_4_1_6.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/pow_broadcast_lhs_float32___rhs_float32_4_5_6.mlir b/stablehlo/testdata/pow_broadcast_lhs_float32___rhs_float32_4_5_6.mlir index 9c268e9f06a..4fd2cd34676 100644 --- a/stablehlo/testdata/pow_broadcast_lhs_float32___rhs_float32_4_5_6.mlir +++ b/stablehlo/testdata/pow_broadcast_lhs_float32___rhs_float32_4_5_6.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/pow_dtypes_lhs_bfloat16_20_30__rhs_bfloat16_20_30.mlir b/stablehlo/testdata/pow_dtypes_lhs_bfloat16_20_30__rhs_bfloat16_20_30.mlir index fa23e261fb9..1c3f269a6d4 100644 --- a/stablehlo/testdata/pow_dtypes_lhs_bfloat16_20_30__rhs_bfloat16_20_30.mlir +++ b/stablehlo/testdata/pow_dtypes_lhs_bfloat16_20_30__rhs_bfloat16_20_30.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/pow_dtypes_lhs_float16_20_30__rhs_float16_20_30.mlir b/stablehlo/testdata/pow_dtypes_lhs_float16_20_30__rhs_float16_20_30.mlir index 969636e4b21..112febc39b8 100644 --- a/stablehlo/testdata/pow_dtypes_lhs_float16_20_30__rhs_float16_20_30.mlir +++ b/stablehlo/testdata/pow_dtypes_lhs_float16_20_30__rhs_float16_20_30.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/pow_dtypes_lhs_float32_20_30__rhs_float32_20_30.mlir b/stablehlo/testdata/pow_dtypes_lhs_float32_20_30__rhs_float32_20_30.mlir index 2772f9ade0d..90a2cddbc7f 100644 --- a/stablehlo/testdata/pow_dtypes_lhs_float32_20_30__rhs_float32_20_30.mlir +++ b/stablehlo/testdata/pow_dtypes_lhs_float32_20_30__rhs_float32_20_30.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/real_dtypes_shape_complex64_2_3.mlir b/stablehlo/testdata/real_dtypes_shape_complex64_2_3.mlir index 9d01a5b9eac..5d4a69d640f 100644 --- a/stablehlo/testdata/real_dtypes_shape_complex64_2_3.mlir +++ b/stablehlo/testdata/real_dtypes_shape_complex64_2_3.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/rem_broadcast_lhs_float32_2_1_3__rhs_float32_2_4_3.mlir b/stablehlo/testdata/rem_broadcast_lhs_float32_2_1_3__rhs_float32_2_4_3.mlir index 3c40b48dd7e..aa01a4d337f 100644 --- a/stablehlo/testdata/rem_broadcast_lhs_float32_2_1_3__rhs_float32_2_4_3.mlir +++ b/stablehlo/testdata/rem_broadcast_lhs_float32_2_1_3__rhs_float32_2_4_3.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/rem_broadcast_lhs_float32_2_4_3__rhs_float32_2_1_3.mlir b/stablehlo/testdata/rem_broadcast_lhs_float32_2_4_3__rhs_float32_2_1_3.mlir index d58b66d9faf..ff691775580 100644 --- a/stablehlo/testdata/rem_broadcast_lhs_float32_2_4_3__rhs_float32_2_1_3.mlir +++ b/stablehlo/testdata/rem_broadcast_lhs_float32_2_4_3__rhs_float32_2_1_3.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/rem_dtypes_lhs_bfloat16_2__rhs_bfloat16_2.mlir b/stablehlo/testdata/rem_dtypes_lhs_bfloat16_2__rhs_bfloat16_2.mlir index 8e67e7eff34..d7220695c97 100644 --- a/stablehlo/testdata/rem_dtypes_lhs_bfloat16_2__rhs_bfloat16_2.mlir +++ b/stablehlo/testdata/rem_dtypes_lhs_bfloat16_2__rhs_bfloat16_2.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/rem_dtypes_lhs_float16_2__rhs_float16_2.mlir b/stablehlo/testdata/rem_dtypes_lhs_float16_2__rhs_float16_2.mlir index a13940769cf..07a6cdc6310 100644 --- a/stablehlo/testdata/rem_dtypes_lhs_float16_2__rhs_float16_2.mlir +++ b/stablehlo/testdata/rem_dtypes_lhs_float16_2__rhs_float16_2.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/rem_dtypes_lhs_float32_2__rhs_float32_2.mlir b/stablehlo/testdata/rem_dtypes_lhs_float32_2__rhs_float32_2.mlir index f79c3a5721c..29dc726e08e 100644 --- a/stablehlo/testdata/rem_dtypes_lhs_float32_2__rhs_float32_2.mlir +++ b/stablehlo/testdata/rem_dtypes_lhs_float32_2__rhs_float32_2.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/rem_singularity_0_by_0_lhs_float32_2__rhs_float32_2.mlir b/stablehlo/testdata/rem_singularity_0_by_0_lhs_float32_2__rhs_float32_2.mlir index c6447270f89..3dc1d21e49d 100644 --- a/stablehlo/testdata/rem_singularity_0_by_0_lhs_float32_2__rhs_float32_2.mlir +++ b/stablehlo/testdata/rem_singularity_0_by_0_lhs_float32_2__rhs_float32_2.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/rem_singularity_inf_by_inf_lhs_float32_1__rhs_float32_1.mlir b/stablehlo/testdata/rem_singularity_inf_by_inf_lhs_float32_1__rhs_float32_1.mlir index 162e2ece155..45a78ba09ee 100644 --- a/stablehlo/testdata/rem_singularity_inf_by_inf_lhs_float32_1__rhs_float32_1.mlir +++ b/stablehlo/testdata/rem_singularity_inf_by_inf_lhs_float32_1__rhs_float32_1.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/rem_singularity_negative_by_0_lhs_float32_2__rhs_float32_2.mlir b/stablehlo/testdata/rem_singularity_negative_by_0_lhs_float32_2__rhs_float32_2.mlir index d0adb5c0267..608db2cdb4c 100644 --- a/stablehlo/testdata/rem_singularity_negative_by_0_lhs_float32_2__rhs_float32_2.mlir +++ b/stablehlo/testdata/rem_singularity_negative_by_0_lhs_float32_2__rhs_float32_2.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/rem_singularity_positive_by_0_lhs_float32_2__rhs_float32_2.mlir b/stablehlo/testdata/rem_singularity_positive_by_0_lhs_float32_2__rhs_float32_2.mlir index 18cdd8bed8f..a37d9aab203 100644 --- a/stablehlo/testdata/rem_singularity_positive_by_0_lhs_float32_2__rhs_float32_2.mlir +++ b/stablehlo/testdata/rem_singularity_positive_by_0_lhs_float32_2__rhs_float32_2.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/reshape_dimensions_shape_float32_3_4_5__newsizes__3__20__dimensions__2__0__1.mlir b/stablehlo/testdata/reshape_dimensions_shape_float32_3_4_5__newsizes__3__20__dimensions__2__0__1.mlir index 78d53028a1a..5acd83a89dd 100644 --- a/stablehlo/testdata/reshape_dimensions_shape_float32_3_4_5__newsizes__3__20__dimensions__2__0__1.mlir +++ b/stablehlo/testdata/reshape_dimensions_shape_float32_3_4_5__newsizes__3__20__dimensions__2__0__1.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/reshape_dimensions_shape_float32_3_4_5__newsizes__3__20__dimensions__2__1__0.mlir b/stablehlo/testdata/reshape_dimensions_shape_float32_3_4_5__newsizes__3__20__dimensions__2__1__0.mlir index 2c05234e70f..7df743ef312 100644 --- a/stablehlo/testdata/reshape_dimensions_shape_float32_3_4_5__newsizes__3__20__dimensions__2__1__0.mlir +++ b/stablehlo/testdata/reshape_dimensions_shape_float32_3_4_5__newsizes__3__20__dimensions__2__1__0.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/reshape_dtypes_shape_bfloat16_2_3__newsizes__3__2__dimensions__0__1.mlir b/stablehlo/testdata/reshape_dtypes_shape_bfloat16_2_3__newsizes__3__2__dimensions__0__1.mlir index e87ac590dcd..fe37a5af8b1 100644 --- a/stablehlo/testdata/reshape_dtypes_shape_bfloat16_2_3__newsizes__3__2__dimensions__0__1.mlir +++ b/stablehlo/testdata/reshape_dtypes_shape_bfloat16_2_3__newsizes__3__2__dimensions__0__1.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/reshape_dtypes_shape_complex64_2_3__newsizes__3__2__dimensions__0__1.mlir b/stablehlo/testdata/reshape_dtypes_shape_complex64_2_3__newsizes__3__2__dimensions__0__1.mlir index ec8990c19c3..ff158df60d2 100644 --- a/stablehlo/testdata/reshape_dtypes_shape_complex64_2_3__newsizes__3__2__dimensions__0__1.mlir +++ b/stablehlo/testdata/reshape_dtypes_shape_complex64_2_3__newsizes__3__2__dimensions__0__1.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/reshape_dtypes_shape_float16_2_3__newsizes__3__2__dimensions__0__1.mlir b/stablehlo/testdata/reshape_dtypes_shape_float16_2_3__newsizes__3__2__dimensions__0__1.mlir index a1acd661cb2..1835fcc9784 100644 --- a/stablehlo/testdata/reshape_dtypes_shape_float16_2_3__newsizes__3__2__dimensions__0__1.mlir +++ b/stablehlo/testdata/reshape_dtypes_shape_float16_2_3__newsizes__3__2__dimensions__0__1.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/reshape_dtypes_shape_float32_2_3__newsizes__3__2__dimensions__0__1.mlir b/stablehlo/testdata/reshape_dtypes_shape_float32_2_3__newsizes__3__2__dimensions__0__1.mlir index 25ca1e0647a..de0d6043cbb 100644 --- a/stablehlo/testdata/reshape_dtypes_shape_float32_2_3__newsizes__3__2__dimensions__0__1.mlir +++ b/stablehlo/testdata/reshape_dtypes_shape_float32_2_3__newsizes__3__2__dimensions__0__1.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/reshape_new_sizes_shape_float32_3_4_5__newsizes__3__20__dimensions__0__1__2.mlir b/stablehlo/testdata/reshape_new_sizes_shape_float32_3_4_5__newsizes__3__20__dimensions__0__1__2.mlir index e87bfdda261..dc9f4e7eff6 100644 --- a/stablehlo/testdata/reshape_new_sizes_shape_float32_3_4_5__newsizes__3__20__dimensions__0__1__2.mlir +++ b/stablehlo/testdata/reshape_new_sizes_shape_float32_3_4_5__newsizes__3__20__dimensions__0__1__2.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/reshape_new_sizes_shape_float32_3_4_5__newsizes__4__15__dimensions__0__1__2.mlir b/stablehlo/testdata/reshape_new_sizes_shape_float32_3_4_5__newsizes__4__15__dimensions__0__1__2.mlir index b43e68cec83..ab3e7930612 100644 --- a/stablehlo/testdata/reshape_new_sizes_shape_float32_3_4_5__newsizes__4__15__dimensions__0__1__2.mlir +++ b/stablehlo/testdata/reshape_new_sizes_shape_float32_3_4_5__newsizes__4__15__dimensions__0__1__2.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/rev_dimensions_shape_float32_3_4_5__dimensions.mlir b/stablehlo/testdata/rev_dimensions_shape_float32_3_4_5__dimensions.mlir index b9bc6deca45..bfcf32fb541 100644 --- a/stablehlo/testdata/rev_dimensions_shape_float32_3_4_5__dimensions.mlir +++ b/stablehlo/testdata/rev_dimensions_shape_float32_3_4_5__dimensions.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/rev_dimensions_shape_float32_3_4_5__dimensions__0__1__2.mlir b/stablehlo/testdata/rev_dimensions_shape_float32_3_4_5__dimensions__0__1__2.mlir index 4ca5e023d6a..bc3a3cc8f1f 100644 --- a/stablehlo/testdata/rev_dimensions_shape_float32_3_4_5__dimensions__0__1__2.mlir +++ b/stablehlo/testdata/rev_dimensions_shape_float32_3_4_5__dimensions__0__1__2.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/rev_dimensions_shape_float32_3_4_5__dimensions__0__2.mlir b/stablehlo/testdata/rev_dimensions_shape_float32_3_4_5__dimensions__0__2.mlir index 3d265ea1b44..e1e39d25d20 100644 --- a/stablehlo/testdata/rev_dimensions_shape_float32_3_4_5__dimensions__0__2.mlir +++ b/stablehlo/testdata/rev_dimensions_shape_float32_3_4_5__dimensions__0__2.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/rev_dimensions_shape_float32_3_4_5__dimensions__2__0__1.mlir b/stablehlo/testdata/rev_dimensions_shape_float32_3_4_5__dimensions__2__0__1.mlir index ccd7bae511d..f022a866ef6 100644 --- a/stablehlo/testdata/rev_dimensions_shape_float32_3_4_5__dimensions__2__0__1.mlir +++ b/stablehlo/testdata/rev_dimensions_shape_float32_3_4_5__dimensions__2__0__1.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/rev_dtypes_shape_bfloat16_4_5__dimensions__0.mlir b/stablehlo/testdata/rev_dtypes_shape_bfloat16_4_5__dimensions__0.mlir index 874f4e4e692..1e639137a2b 100644 --- a/stablehlo/testdata/rev_dtypes_shape_bfloat16_4_5__dimensions__0.mlir +++ b/stablehlo/testdata/rev_dtypes_shape_bfloat16_4_5__dimensions__0.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/rev_dtypes_shape_complex64_4_5__dimensions__0.mlir b/stablehlo/testdata/rev_dtypes_shape_complex64_4_5__dimensions__0.mlir index d295cc5a1f4..4766a1c042e 100644 --- a/stablehlo/testdata/rev_dtypes_shape_complex64_4_5__dimensions__0.mlir +++ b/stablehlo/testdata/rev_dtypes_shape_complex64_4_5__dimensions__0.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/rev_dtypes_shape_float16_4_5__dimensions__0.mlir b/stablehlo/testdata/rev_dtypes_shape_float16_4_5__dimensions__0.mlir index 14b78c3f03d..a014b6d5f31 100644 --- a/stablehlo/testdata/rev_dtypes_shape_float16_4_5__dimensions__0.mlir +++ b/stablehlo/testdata/rev_dtypes_shape_float16_4_5__dimensions__0.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/rev_dtypes_shape_float32_4_5__dimensions__0.mlir b/stablehlo/testdata/rev_dtypes_shape_float32_4_5__dimensions__0.mlir index 757c3588701..997327eb501 100644 --- a/stablehlo/testdata/rev_dtypes_shape_float32_4_5__dimensions__0.mlir +++ b/stablehlo/testdata/rev_dtypes_shape_float32_4_5__dimensions__0.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/rsqrt_shape_bfloat16_20_20.mlir b/stablehlo/testdata/rsqrt_shape_bfloat16_20_20.mlir index 185747c5c85..ed51da73593 100644 --- a/stablehlo/testdata/rsqrt_shape_bfloat16_20_20.mlir +++ b/stablehlo/testdata/rsqrt_shape_bfloat16_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/rsqrt_shape_complex64_20_20.mlir b/stablehlo/testdata/rsqrt_shape_complex64_20_20.mlir index 87c39f7e0fe..19886e28549 100644 --- a/stablehlo/testdata/rsqrt_shape_complex64_20_20.mlir +++ b/stablehlo/testdata/rsqrt_shape_complex64_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/rsqrt_shape_float32_20_20.mlir b/stablehlo/testdata/rsqrt_shape_float32_20_20.mlir index cafe60575a8..aff551138c8 100644 --- a/stablehlo/testdata/rsqrt_shape_float32_20_20.mlir +++ b/stablehlo/testdata/rsqrt_shape_float32_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/select_n_dtypes_shapepred_bool_2_3__shapeargs_bfloat16_2_3.mlir b/stablehlo/testdata/select_n_dtypes_shapepred_bool_2_3__shapeargs_bfloat16_2_3.mlir index 727dfa1c606..c03093cb4b5 100644 --- a/stablehlo/testdata/select_n_dtypes_shapepred_bool_2_3__shapeargs_bfloat16_2_3.mlir +++ b/stablehlo/testdata/select_n_dtypes_shapepred_bool_2_3__shapeargs_bfloat16_2_3.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/select_n_dtypes_shapepred_bool_2_3__shapeargs_complex64_2_3.mlir b/stablehlo/testdata/select_n_dtypes_shapepred_bool_2_3__shapeargs_complex64_2_3.mlir index 6d5073d6db3..5d123b0c8d5 100644 --- a/stablehlo/testdata/select_n_dtypes_shapepred_bool_2_3__shapeargs_complex64_2_3.mlir +++ b/stablehlo/testdata/select_n_dtypes_shapepred_bool_2_3__shapeargs_complex64_2_3.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/select_n_dtypes_shapepred_bool_2_3__shapeargs_float16_2_3.mlir b/stablehlo/testdata/select_n_dtypes_shapepred_bool_2_3__shapeargs_float16_2_3.mlir index d3e3805a6dc..e084d4dc4ed 100644 --- a/stablehlo/testdata/select_n_dtypes_shapepred_bool_2_3__shapeargs_float16_2_3.mlir +++ b/stablehlo/testdata/select_n_dtypes_shapepred_bool_2_3__shapeargs_float16_2_3.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/select_n_dtypes_shapepred_bool_2_3__shapeargs_float32_2_3.mlir b/stablehlo/testdata/select_n_dtypes_shapepred_bool_2_3__shapeargs_float32_2_3.mlir index e30baf28105..e6b73f2afff 100644 --- a/stablehlo/testdata/select_n_dtypes_shapepred_bool_2_3__shapeargs_float32_2_3.mlir +++ b/stablehlo/testdata/select_n_dtypes_shapepred_bool_2_3__shapeargs_float32_2_3.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/select_n_shapes_shapepred_bool___shapeargs_float32_18.mlir b/stablehlo/testdata/select_n_shapes_shapepred_bool___shapeargs_float32_18.mlir index bf0d65d439d..73731b45b49 100644 --- a/stablehlo/testdata/select_n_shapes_shapepred_bool___shapeargs_float32_18.mlir +++ b/stablehlo/testdata/select_n_shapes_shapepred_bool___shapeargs_float32_18.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/sin_shape_bfloat16_20_20.mlir b/stablehlo/testdata/sin_shape_bfloat16_20_20.mlir index c048379cab8..627096b9944 100644 --- a/stablehlo/testdata/sin_shape_bfloat16_20_20.mlir +++ b/stablehlo/testdata/sin_shape_bfloat16_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/sin_shape_float16_20_20.mlir b/stablehlo/testdata/sin_shape_float16_20_20.mlir index 8562d5aecb0..f1fe4e65c1e 100644 --- a/stablehlo/testdata/sin_shape_float16_20_20.mlir +++ b/stablehlo/testdata/sin_shape_float16_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/sin_shape_float32_20_20.mlir b/stablehlo/testdata/sin_shape_float32_20_20.mlir index 3e3fe8b59cc..9ebcea7f273 100644 --- a/stablehlo/testdata/sin_shape_float32_20_20.mlir +++ b/stablehlo/testdata/sin_shape_float32_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/slice_dtypes_a_bfloat16_3__start_indices__1___limit_indices__2___strides_None.mlir b/stablehlo/testdata/slice_dtypes_a_bfloat16_3__start_indices__1___limit_indices__2___strides_None.mlir index f14628ae7ed..d2ab9f1a042 100644 --- a/stablehlo/testdata/slice_dtypes_a_bfloat16_3__start_indices__1___limit_indices__2___strides_None.mlir +++ b/stablehlo/testdata/slice_dtypes_a_bfloat16_3__start_indices__1___limit_indices__2___strides_None.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/slice_dtypes_a_complex64_3__start_indices__1___limit_indices__2___strides_None.mlir b/stablehlo/testdata/slice_dtypes_a_complex64_3__start_indices__1___limit_indices__2___strides_None.mlir index aeaa41fed74..5eea681cd76 100644 --- a/stablehlo/testdata/slice_dtypes_a_complex64_3__start_indices__1___limit_indices__2___strides_None.mlir +++ b/stablehlo/testdata/slice_dtypes_a_complex64_3__start_indices__1___limit_indices__2___strides_None.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/slice_dtypes_a_float16_3__start_indices__1___limit_indices__2___strides_None.mlir b/stablehlo/testdata/slice_dtypes_a_float16_3__start_indices__1___limit_indices__2___strides_None.mlir index 19d39a360c4..c2ca8ca158f 100644 --- a/stablehlo/testdata/slice_dtypes_a_float16_3__start_indices__1___limit_indices__2___strides_None.mlir +++ b/stablehlo/testdata/slice_dtypes_a_float16_3__start_indices__1___limit_indices__2___strides_None.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/slice_dtypes_a_float32_3__start_indices__1___limit_indices__2___strides_None.mlir b/stablehlo/testdata/slice_dtypes_a_float32_3__start_indices__1___limit_indices__2___strides_None.mlir index c305cb0885f..50bb2150c5a 100644 --- a/stablehlo/testdata/slice_dtypes_a_float32_3__start_indices__1___limit_indices__2___strides_None.mlir +++ b/stablehlo/testdata/slice_dtypes_a_float32_3__start_indices__1___limit_indices__2___strides_None.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/slice_shapes_a_float32_3__start_indices__1___limit_indices__2___strides_None.mlir b/stablehlo/testdata/slice_shapes_a_float32_3__start_indices__1___limit_indices__2___strides_None.mlir index b9a6d04da9b..fdb233d5f4a 100644 --- a/stablehlo/testdata/slice_shapes_a_float32_3__start_indices__1___limit_indices__2___strides_None.mlir +++ b/stablehlo/testdata/slice_shapes_a_float32_3__start_indices__1___limit_indices__2___strides_None.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/slice_shapes_a_float32_5_3__start_indices__1__1__limit_indices__2__1__strides__1__1.mlir b/stablehlo/testdata/slice_shapes_a_float32_5_3__start_indices__1__1__limit_indices__2__1__strides__1__1.mlir index 4c855f6a349..077a0891e89 100644 --- a/stablehlo/testdata/slice_shapes_a_float32_5_3__start_indices__1__1__limit_indices__2__1__strides__1__1.mlir +++ b/stablehlo/testdata/slice_shapes_a_float32_5_3__start_indices__1__1__limit_indices__2__1__strides__1__1.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/slice_shapes_a_float32_5_3__start_indices__1__1__limit_indices__3__1__strides_None.mlir b/stablehlo/testdata/slice_shapes_a_float32_5_3__start_indices__1__1__limit_indices__3__1__strides_None.mlir index 4e938d75692..fee8b071e67 100644 --- a/stablehlo/testdata/slice_shapes_a_float32_5_3__start_indices__1__1__limit_indices__3__1__strides_None.mlir +++ b/stablehlo/testdata/slice_shapes_a_float32_5_3__start_indices__1__1__limit_indices__3__1__strides_None.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/slice_shapes_a_float32_5_3__start_indices__1__1__limit_indices__3__2__strides_None.mlir b/stablehlo/testdata/slice_shapes_a_float32_5_3__start_indices__1__1__limit_indices__3__2__strides_None.mlir index aa32e1a61b2..9d57a1a32fb 100644 --- a/stablehlo/testdata/slice_shapes_a_float32_5_3__start_indices__1__1__limit_indices__3__2__strides_None.mlir +++ b/stablehlo/testdata/slice_shapes_a_float32_5_3__start_indices__1__1__limit_indices__3__2__strides_None.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/slice_shapes_a_float32_5_3__start_indices__1__1__limit_indices__5__3__strides__2__1.mlir b/stablehlo/testdata/slice_shapes_a_float32_5_3__start_indices__1__1__limit_indices__5__3__strides__2__1.mlir index 77a768f3cc6..da682637b82 100644 --- a/stablehlo/testdata/slice_shapes_a_float32_5_3__start_indices__1__1__limit_indices__5__3__strides__2__1.mlir +++ b/stablehlo/testdata/slice_shapes_a_float32_5_3__start_indices__1__1__limit_indices__5__3__strides__2__1.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/slice_shapes_a_float32_5__start_indices__1___limit_indices__5___strides__2.mlir b/stablehlo/testdata/slice_shapes_a_float32_5__start_indices__1___limit_indices__5___strides__2.mlir index d868c8a2cfe..f8c714fce9c 100644 --- a/stablehlo/testdata/slice_shapes_a_float32_5__start_indices__1___limit_indices__5___strides__2.mlir +++ b/stablehlo/testdata/slice_shapes_a_float32_5__start_indices__1___limit_indices__5___strides__2.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/slice_shapes_a_float32_7_5_3__start_indices__4__0__1__limit_indices__7__1__3__strides_None.mlir b/stablehlo/testdata/slice_shapes_a_float32_7_5_3__start_indices__4__0__1__limit_indices__7__1__3__strides_None.mlir index b90ac9e073c..6096461fd3b 100644 --- a/stablehlo/testdata/slice_shapes_a_float32_7_5_3__start_indices__4__0__1__limit_indices__7__1__3__strides_None.mlir +++ b/stablehlo/testdata/slice_shapes_a_float32_7_5_3__start_indices__4__0__1__limit_indices__7__1__3__strides_None.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/slice_shapes_a_float32_7__start_indices__4___limit_indices__7___strides_None.mlir b/stablehlo/testdata/slice_shapes_a_float32_7__start_indices__4___limit_indices__7___strides_None.mlir index 38c04594c6a..44b5142870b 100644 --- a/stablehlo/testdata/slice_shapes_a_float32_7__start_indices__4___limit_indices__7___strides_None.mlir +++ b/stablehlo/testdata/slice_shapes_a_float32_7__start_indices__4___limit_indices__7___strides_None.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/slice_shapes_a_float32_8__start_indices__1___limit_indices__6___strides__2.mlir b/stablehlo/testdata/slice_shapes_a_float32_8__start_indices__1___limit_indices__6___strides__2.mlir index 7bfa74f2060..a805c389d5f 100644 --- a/stablehlo/testdata/slice_shapes_a_float32_8__start_indices__1___limit_indices__6___strides__2.mlir +++ b/stablehlo/testdata/slice_shapes_a_float32_8__start_indices__1___limit_indices__6___strides__2.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/sqrt_shape_bfloat16_20_20.mlir b/stablehlo/testdata/sqrt_shape_bfloat16_20_20.mlir index 8f933156821..faa6d2e38fe 100644 --- a/stablehlo/testdata/sqrt_shape_bfloat16_20_20.mlir +++ b/stablehlo/testdata/sqrt_shape_bfloat16_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/sqrt_shape_complex64_20_20.mlir b/stablehlo/testdata/sqrt_shape_complex64_20_20.mlir index 24e6a5dbf35..81218f81a0d 100644 --- a/stablehlo/testdata/sqrt_shape_complex64_20_20.mlir +++ b/stablehlo/testdata/sqrt_shape_complex64_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/sqrt_shape_float16_20_20.mlir b/stablehlo/testdata/sqrt_shape_float16_20_20.mlir index 5a8075aef81..9039590d1de 100644 --- a/stablehlo/testdata/sqrt_shape_float16_20_20.mlir +++ b/stablehlo/testdata/sqrt_shape_float16_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/sqrt_shape_float32_20_20.mlir b/stablehlo/testdata/sqrt_shape_float32_20_20.mlir index a527b987fc2..815f2bf87b2 100644 --- a/stablehlo/testdata/sqrt_shape_float32_20_20.mlir +++ b/stablehlo/testdata/sqrt_shape_float32_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/squeeze_dtypes_inshape_bfloat16_1_2__dimensions__0.mlir b/stablehlo/testdata/squeeze_dtypes_inshape_bfloat16_1_2__dimensions__0.mlir index 3813201a70a..92bdeb7be49 100644 --- a/stablehlo/testdata/squeeze_dtypes_inshape_bfloat16_1_2__dimensions__0.mlir +++ b/stablehlo/testdata/squeeze_dtypes_inshape_bfloat16_1_2__dimensions__0.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/squeeze_dtypes_inshape_complex64_1_2__dimensions__0.mlir b/stablehlo/testdata/squeeze_dtypes_inshape_complex64_1_2__dimensions__0.mlir index 54a0ae3c86d..7d01f27c2ef 100644 --- a/stablehlo/testdata/squeeze_dtypes_inshape_complex64_1_2__dimensions__0.mlir +++ b/stablehlo/testdata/squeeze_dtypes_inshape_complex64_1_2__dimensions__0.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/squeeze_dtypes_inshape_float16_1_2__dimensions__0.mlir b/stablehlo/testdata/squeeze_dtypes_inshape_float16_1_2__dimensions__0.mlir index f342c98ff41..ce45ac574b4 100644 --- a/stablehlo/testdata/squeeze_dtypes_inshape_float16_1_2__dimensions__0.mlir +++ b/stablehlo/testdata/squeeze_dtypes_inshape_float16_1_2__dimensions__0.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/squeeze_dtypes_inshape_float32_1_2__dimensions__0.mlir b/stablehlo/testdata/squeeze_dtypes_inshape_float32_1_2__dimensions__0.mlir index 966972dbcd9..5cffd66cb36 100644 --- a/stablehlo/testdata/squeeze_dtypes_inshape_float32_1_2__dimensions__0.mlir +++ b/stablehlo/testdata/squeeze_dtypes_inshape_float32_1_2__dimensions__0.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/squeeze_shapes_inshape_float32_1__dimensions__-1.mlir b/stablehlo/testdata/squeeze_shapes_inshape_float32_1__dimensions__-1.mlir index 28d9d520077..fac16982684 100644 --- a/stablehlo/testdata/squeeze_shapes_inshape_float32_1__dimensions__-1.mlir +++ b/stablehlo/testdata/squeeze_shapes_inshape_float32_1__dimensions__-1.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/squeeze_shapes_inshape_float32_1__dimensions__0.mlir b/stablehlo/testdata/squeeze_shapes_inshape_float32_1__dimensions__0.mlir index fc1f8f1b03f..92acd672845 100644 --- a/stablehlo/testdata/squeeze_shapes_inshape_float32_1__dimensions__0.mlir +++ b/stablehlo/testdata/squeeze_shapes_inshape_float32_1__dimensions__0.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/squeeze_shapes_inshape_float32_2_1_3_1__dimensions__1.mlir b/stablehlo/testdata/squeeze_shapes_inshape_float32_2_1_3_1__dimensions__1.mlir index 484ee28203c..8eba6dec8b9 100644 --- a/stablehlo/testdata/squeeze_shapes_inshape_float32_2_1_3_1__dimensions__1.mlir +++ b/stablehlo/testdata/squeeze_shapes_inshape_float32_2_1_3_1__dimensions__1.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/squeeze_shapes_inshape_float32_2_1_3_1__dimensions__1__-1.mlir b/stablehlo/testdata/squeeze_shapes_inshape_float32_2_1_3_1__dimensions__1__-1.mlir index e4e83b4d2b0..da024d38d86 100644 --- a/stablehlo/testdata/squeeze_shapes_inshape_float32_2_1_3_1__dimensions__1__-1.mlir +++ b/stablehlo/testdata/squeeze_shapes_inshape_float32_2_1_3_1__dimensions__1__-1.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/squeeze_shapes_inshape_float32_2_1_3_1__dimensions__1__3.mlir b/stablehlo/testdata/squeeze_shapes_inshape_float32_2_1_3_1__dimensions__1__3.mlir index cb80fd95747..557eefbf10e 100644 --- a/stablehlo/testdata/squeeze_shapes_inshape_float32_2_1_3_1__dimensions__1__3.mlir +++ b/stablehlo/testdata/squeeze_shapes_inshape_float32_2_1_3_1__dimensions__1__3.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/squeeze_shapes_inshape_float32_2_1_3_1__dimensions__3.mlir b/stablehlo/testdata/squeeze_shapes_inshape_float32_2_1_3_1__dimensions__3.mlir index 42b7faf71bc..f7f70c7d63a 100644 --- a/stablehlo/testdata/squeeze_shapes_inshape_float32_2_1_3_1__dimensions__3.mlir +++ b/stablehlo/testdata/squeeze_shapes_inshape_float32_2_1_3_1__dimensions__3.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/squeeze_shapes_inshape_float32_2_1_4__dimensions__-2.mlir b/stablehlo/testdata/squeeze_shapes_inshape_float32_2_1_4__dimensions__-2.mlir index c4f984fce74..f9d7ef54d27 100644 --- a/stablehlo/testdata/squeeze_shapes_inshape_float32_2_1_4__dimensions__-2.mlir +++ b/stablehlo/testdata/squeeze_shapes_inshape_float32_2_1_4__dimensions__-2.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/squeeze_shapes_inshape_float32_2_1_4__dimensions__1.mlir b/stablehlo/testdata/squeeze_shapes_inshape_float32_2_1_4__dimensions__1.mlir index a7f4ce5aef2..1b9d8966693 100644 --- a/stablehlo/testdata/squeeze_shapes_inshape_float32_2_1_4__dimensions__1.mlir +++ b/stablehlo/testdata/squeeze_shapes_inshape_float32_2_1_4__dimensions__1.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/stop_gradient_bfloat16_20_20.mlir b/stablehlo/testdata/stop_gradient_bfloat16_20_20.mlir index b15b6e0e8de..697d68120f2 100644 --- a/stablehlo/testdata/stop_gradient_bfloat16_20_20.mlir +++ b/stablehlo/testdata/stop_gradient_bfloat16_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/stop_gradient_complex64_20_20.mlir b/stablehlo/testdata/stop_gradient_complex64_20_20.mlir index 192e4593ac8..f521dd2c0eb 100644 --- a/stablehlo/testdata/stop_gradient_complex64_20_20.mlir +++ b/stablehlo/testdata/stop_gradient_complex64_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/stop_gradient_float16_20_20.mlir b/stablehlo/testdata/stop_gradient_float16_20_20.mlir index d089da0cf14..5b2a08d96ef 100644 --- a/stablehlo/testdata/stop_gradient_float16_20_20.mlir +++ b/stablehlo/testdata/stop_gradient_float16_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/stop_gradient_float32_20_20.mlir b/stablehlo/testdata/stop_gradient_float32_20_20.mlir index 089f9ae409f..d5b9f33a9e5 100644 --- a/stablehlo/testdata/stop_gradient_float32_20_20.mlir +++ b/stablehlo/testdata/stop_gradient_float32_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/sub_broadcasting_lhs_float32_1_20__rhs_float32_20_20.mlir b/stablehlo/testdata/sub_broadcasting_lhs_float32_1_20__rhs_float32_20_20.mlir index 9a21bdbdb01..62445d18ba7 100644 --- a/stablehlo/testdata/sub_broadcasting_lhs_float32_1_20__rhs_float32_20_20.mlir +++ b/stablehlo/testdata/sub_broadcasting_lhs_float32_1_20__rhs_float32_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/sub_broadcasting_lhs_float32_20_20__rhs_float32_1_20.mlir b/stablehlo/testdata/sub_broadcasting_lhs_float32_20_20__rhs_float32_1_20.mlir index 89b524e8c43..46557927020 100644 --- a/stablehlo/testdata/sub_broadcasting_lhs_float32_20_20__rhs_float32_1_20.mlir +++ b/stablehlo/testdata/sub_broadcasting_lhs_float32_20_20__rhs_float32_1_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/sub_dtypes_lhs_bfloat16_20_20__rhs_bfloat16_20_20.mlir b/stablehlo/testdata/sub_dtypes_lhs_bfloat16_20_20__rhs_bfloat16_20_20.mlir index 32e7593f2d2..e08c408f14c 100644 --- a/stablehlo/testdata/sub_dtypes_lhs_bfloat16_20_20__rhs_bfloat16_20_20.mlir +++ b/stablehlo/testdata/sub_dtypes_lhs_bfloat16_20_20__rhs_bfloat16_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/sub_dtypes_lhs_complex64_20_20__rhs_complex64_20_20.mlir b/stablehlo/testdata/sub_dtypes_lhs_complex64_20_20__rhs_complex64_20_20.mlir index b08937cda72..e444fe3fc0a 100644 --- a/stablehlo/testdata/sub_dtypes_lhs_complex64_20_20__rhs_complex64_20_20.mlir +++ b/stablehlo/testdata/sub_dtypes_lhs_complex64_20_20__rhs_complex64_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/sub_dtypes_lhs_float16_20_20__rhs_float16_20_20.mlir b/stablehlo/testdata/sub_dtypes_lhs_float16_20_20__rhs_float16_20_20.mlir index f8fa09b54e1..7e8e1747c43 100644 --- a/stablehlo/testdata/sub_dtypes_lhs_float16_20_20__rhs_float16_20_20.mlir +++ b/stablehlo/testdata/sub_dtypes_lhs_float16_20_20__rhs_float16_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/sub_dtypes_lhs_float32_20_20__rhs_float32_20_20.mlir b/stablehlo/testdata/sub_dtypes_lhs_float32_20_20__rhs_float32_20_20.mlir index 350a38ec855..4be63e18712 100644 --- a/stablehlo/testdata/sub_dtypes_lhs_float32_20_20__rhs_float32_20_20.mlir +++ b/stablehlo/testdata/sub_dtypes_lhs_float32_20_20__rhs_float32_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/tanh_shape_bfloat16_20_20.mlir b/stablehlo/testdata/tanh_shape_bfloat16_20_20.mlir index 012aa551220..d74f60a5e76 100644 --- a/stablehlo/testdata/tanh_shape_bfloat16_20_20.mlir +++ b/stablehlo/testdata/tanh_shape_bfloat16_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/tanh_shape_complex64_20_20.mlir b/stablehlo/testdata/tanh_shape_complex64_20_20.mlir index 3c1302df072..134cb19327d 100644 --- a/stablehlo/testdata/tanh_shape_complex64_20_20.mlir +++ b/stablehlo/testdata/tanh_shape_complex64_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/tanh_shape_float16_20_20.mlir b/stablehlo/testdata/tanh_shape_float16_20_20.mlir index 27cd188faa4..8206181ee88 100644 --- a/stablehlo/testdata/tanh_shape_float16_20_20.mlir +++ b/stablehlo/testdata/tanh_shape_float16_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/tanh_shape_float32_20_20.mlir b/stablehlo/testdata/tanh_shape_float32_20_20.mlir index 1f58204370e..be4c4715289 100644 --- a/stablehlo/testdata/tanh_shape_float32_20_20.mlir +++ b/stablehlo/testdata/tanh_shape_float32_20_20.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/transpose_dtypes_shape_bfloat16_2_3__permutation__1_0.mlir b/stablehlo/testdata/transpose_dtypes_shape_bfloat16_2_3__permutation__1_0.mlir index ab50a7ef741..b14b66a92c4 100644 --- a/stablehlo/testdata/transpose_dtypes_shape_bfloat16_2_3__permutation__1_0.mlir +++ b/stablehlo/testdata/transpose_dtypes_shape_bfloat16_2_3__permutation__1_0.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/transpose_dtypes_shape_complex64_2_3__permutation__1_0.mlir b/stablehlo/testdata/transpose_dtypes_shape_complex64_2_3__permutation__1_0.mlir index 3504b930567..2969aa2e683 100644 --- a/stablehlo/testdata/transpose_dtypes_shape_complex64_2_3__permutation__1_0.mlir +++ b/stablehlo/testdata/transpose_dtypes_shape_complex64_2_3__permutation__1_0.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/transpose_dtypes_shape_float16_2_3__permutation__1_0.mlir b/stablehlo/testdata/transpose_dtypes_shape_float16_2_3__permutation__1_0.mlir index a97f759b04b..7ba2b1a3dc7 100644 --- a/stablehlo/testdata/transpose_dtypes_shape_float16_2_3__permutation__1_0.mlir +++ b/stablehlo/testdata/transpose_dtypes_shape_float16_2_3__permutation__1_0.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/transpose_dtypes_shape_float32_2_3__permutation__1_0.mlir b/stablehlo/testdata/transpose_dtypes_shape_float32_2_3__permutation__1_0.mlir index 7453e072b08..590e66154a4 100644 --- a/stablehlo/testdata/transpose_dtypes_shape_float32_2_3__permutation__1_0.mlir +++ b/stablehlo/testdata/transpose_dtypes_shape_float32_2_3__permutation__1_0.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/transpose_permutations_shape_float32_2_3_4__permutation__0_1_2.mlir b/stablehlo/testdata/transpose_permutations_shape_float32_2_3_4__permutation__0_1_2.mlir index 2a49e7496b1..0baea791785 100644 --- a/stablehlo/testdata/transpose_permutations_shape_float32_2_3_4__permutation__0_1_2.mlir +++ b/stablehlo/testdata/transpose_permutations_shape_float32_2_3_4__permutation__0_1_2.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/transpose_permutations_shape_float32_2_3_4__permutation__1_2_0.mlir b/stablehlo/testdata/transpose_permutations_shape_float32_2_3_4__permutation__1_2_0.mlir index da4fc73160c..b8993bb6f94 100644 --- a/stablehlo/testdata/transpose_permutations_shape_float32_2_3_4__permutation__1_2_0.mlir +++ b/stablehlo/testdata/transpose_permutations_shape_float32_2_3_4__permutation__1_2_0.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/zeros_like_shape_bfloat16_3_4_5.mlir b/stablehlo/testdata/zeros_like_shape_bfloat16_3_4_5.mlir index 38773ac0886..01a1efc045a 100644 --- a/stablehlo/testdata/zeros_like_shape_bfloat16_3_4_5.mlir +++ b/stablehlo/testdata/zeros_like_shape_bfloat16_3_4_5.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/zeros_like_shape_complex64_3_4_5.mlir b/stablehlo/testdata/zeros_like_shape_complex64_3_4_5.mlir index fd0769442ae..5700c227b62 100644 --- a/stablehlo/testdata/zeros_like_shape_complex64_3_4_5.mlir +++ b/stablehlo/testdata/zeros_like_shape_complex64_3_4_5.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/zeros_like_shape_float16_3_4_5.mlir b/stablehlo/testdata/zeros_like_shape_float16_3_4_5.mlir index abce4131c58..10ac854639b 100644 --- a/stablehlo/testdata/zeros_like_shape_float16_3_4_5.mlir +++ b/stablehlo/testdata/zeros_like_shape_float16_3_4_5.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s) diff --git a/stablehlo/testdata/zeros_like_shape_float32_3_4_5.mlir b/stablehlo/testdata/zeros_like_shape_float32_3_4_5.mlir index 3aa7959917e..a391da0fa78 100644 --- a/stablehlo/testdata/zeros_like_shape_float32_3_4_5.mlir +++ b/stablehlo/testdata/zeros_like_shape_float32_3_4_5.mlir @@ -1,4 +1,4 @@ -// RUN-DISABLED(#1278): stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret +// RUN: stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt -inline | stablehlo-translate --interpret // RUN: diff <(stablehlo-translate --deserialize %s.0_9_0.bc | stablehlo-opt) <(stablehlo-opt %s) // RUN: diff <(stablehlo-translate --serialize --target=current %s | stablehlo-translate --deserialize | stablehlo-opt) <(stablehlo-opt %s)