Skip to content

[OVEP] [CVS-177257] Adding support for OV 2026.1 and Float8 precisions#991

Open
n1harika wants to merge 3 commits intoovep-developfrom
niharika/fp8_cpu
Open

[OVEP] [CVS-177257] Adding support for OV 2026.1 and Float8 precisions#991
n1harika wants to merge 3 commits intoovep-developfrom
niharika/fp8_cpu

Conversation

@n1harika
Copy link

This PR introduces OV 2026.0 and 2026.1 to data_ops.cc and capability.cc, and adds Float8 precisions for CPU/NPU/GPU which have been enabled from this OV version.

Copy link

@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.

overall lgtm

std::make_pair(V_2024_4, ONNX_NAMESPACE::TensorProto_DataType::TensorProto_DataType_INT4));
supported_types_cpu_.insert(
std::make_pair(V_2024_4, ONNX_NAMESPACE::TensorProto_DataType::TensorProto_DataType_UINT4));
supported_types_npu_.insert(

Choose a reason for hiding this comment

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

is this support only valid for npu only? what about cpu & gpu FP8 support?

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