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

Updating DEFAULT_OP_BLOCK_LIST to different ONNX opsets #699

Open
gedoensmax opened this issue Jul 22, 2024 · 0 comments
Open

Updating DEFAULT_OP_BLOCK_LIST to different ONNX opsets #699

gedoensmax opened this issue Jul 22, 2024 · 0 comments

Comments

@gedoensmax
Copy link

As mentioned here: https://onnxruntime.ai/docs/performance/model-optimizations/float16.html#float16-tool-arguments
the float16.DEFAULT_OP_BLOCK_LIST should contain unsupported ops for given datatypes, this is no longer up to date as newer upsets for example do support float16 for resize.
Would it be possible to have DEFAULT_OP_BLOCK_LIST be a function instead of a static variable that returns different lists depending on the given opset ?

@gedoensmax gedoensmax changed the title Updating DEFAULT_OP_BLOCK_LIST to different ONNX standards Updating DEFAULT_OP_BLOCK_LIST to different ONNX opsets Jul 22, 2024
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

No branches or pull requests

1 participant