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

IDMLDevive::CreateOperater, with DML_OPERATOR_GEMM operator type and the channel count of ATensor bigger than 65535 return E_INVALIDARG #650

Open
hedecai opened this issue Oct 3, 2024 · 0 comments

Comments

@hedecai
Copy link

hedecai commented Oct 3, 2024

Hi,
We using DML EP of onnxruntime and got an error on an Matmul node. After some debug we found that it was IDMLDevive::CreateOperater, with DML_OPERATOR_GEMM operator type and the channel count of ATensor shape is bigger than 65535 the IDMLDevive::CreateOperater will return E_INVALIDARG (We test the input shape {65536, 1, 256}).

microsoft/onnxruntime#20742 someone else may got the same error.

Any one known is that a limitation of 65535 channel count?
Thanks.

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