Skip to content

Support of OV version for resize op#1069

Merged
jatinwadhwa921 merged 1 commit intoovep-developfrom
jatin_fix_resize_op
Apr 30, 2026
Merged

Support of OV version for resize op#1069
jatinwadhwa921 merged 1 commit intoovep-developfrom
jatin_fix_resize_op

Conversation

@jatinwadhwa921
Copy link
Copy Markdown

On enabling Float8 precision, the Quantize Linear Operator Test fails with accuracy issues. The PR disables the test for Float8 precision specifically and also add the support for 2026.1 for resize op

}

TEST(QuantizeLinearOpTest, Float8) {
#ifdef USE_OPENVINO
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jatinwadhwa921 you must skip test like below always, same goes for other test

Suggested change
#ifdef USE_OPENVINO
test.Run(OpTester::ExpectResult::kExpectSuccess, "", {kTensorExecutionProvider, kOpenVINOExecutionProvider});

Copy link
Copy Markdown

@ankitm3k ankitm3k left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@jatinwadhwa921 jatinwadhwa921 merged commit c01cf58 into ovep-develop Apr 30, 2026
7 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants