Skip to content

Commit

Permalink
Skip test Scatter.InvalidIndex for ROCm EP
Browse files Browse the repository at this point in the history
Skipped as per upstream commit
bfa4da4

Signed-off-by: Jagadish Krishnamoorthy <[email protected]>
  • Loading branch information
jagadish-amd committed Dec 17, 2024
1 parent 061c493 commit 1681d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnxruntime/test/providers/cpu/tensor/scatter_op_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ static void scatter_invalid_index(const char* op_name, int op_version) {
test.AddOutput<float>("y", {4, 2, 1}, {0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 5.0f, 0.0f});
test.Run(OpTester::ExpectResult::kExpectFailure,
"indices element out of data bounds, idx=4 must be within the inclusive range [-4,3]",
{kCudaExecutionProvider, kCudaNHWCExecutionProvider, kTensorrtExecutionProvider});
{kCudaExecutionProvider, kCudaNHWCExecutionProvider, kTensorrtExecutionProvider, kRocmExecutionProvider});
}

TEST(Scatter, InvalidIndex) {
Expand Down

0 comments on commit 1681d16

Please sign in to comment.