Unverified Commit b48de90a authored by Scott Cyphers's avatar Scott Cyphers Committed by GitHub

Disable gather in MLIR (#3729)

parent 29c22b6c
...@@ -162,7 +162,8 @@ NGRAPH_TEST(${BACKEND_NAME}, gather_2d_indices_no_axis_2d_input) ...@@ -162,7 +162,8 @@ NGRAPH_TEST(${BACKEND_NAME}, gather_2d_indices_no_axis_2d_input)
MIN_FLOAT_TOLERANCE_BITS)); MIN_FLOAT_TOLERANCE_BITS));
} }
NGRAPH_TEST(${BACKEND_NAME}, gather_2d_negative_and_positive_indices_no_axis_2d_input) NGRAPH_TEST(${BACKEND_NAME},
MLIR_DISABLE_TEST(gather_2d_negative_and_positive_indices_no_axis_2d_input))
{ {
Shape params_shape{3, 2}; Shape params_shape{3, 2};
Shape indices_shape{2, 2}; Shape indices_shape{2, 2};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment