Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Support for int8/int16/uint8/uint16 in Add/Sub Operators for Opset14 in CPU Execution Provider #19244

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

atodekangae
Copy link

Description

This pull request introduces support for additional data types - int8, int16, uint8, and uint16 - in the Add and Sub operators within the CPU execution provider. This enhancement is in line with the specifications of Opset14, which includes expanded support for these data types.

Motivation and Context

Closes #19231

@atodekangae
Copy link
Author

@microsoft-github-policy-service agree

@edgchen1
Copy link
Contributor

Thanks for the PR.

FYI, see the discussion here:
#15397

The general policy is to add type support for ops as needed by production scenarios in order to limit the binary size. Do you have a production use case that requires Add and Sub with these types?

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.

Support for Add/Sub with int8, int16, uint8, uint16 in CPU Provider
2 participants