We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following INT8 models are failing: with QLINEARMATMUL unsupported row/column quantization:
QLINEARMATMUL unsupported row/column quantization
The error comes from: https://github.com/ROCmSoftwarePlatform/AMDMIGraphX/pull/2308/files#diff-683cf4170a9e57af06a752478b92a6c6799ea2897e9413087c25e7a4661a1256R141
The arguments has the following shapes:
float_type, {1}, {0} uint8_type, {1}, {0} float_type, {1000}, {1} int8_type, {1000}, {1}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The following INT8 models are failing: with
QLINEARMATMUL unsupported row/column quantization
:The error comes from: https://github.com/ROCmSoftwarePlatform/AMDMIGraphX/pull/2308/files#diff-683cf4170a9e57af06a752478b92a6c6799ea2897e9413087c25e7a4661a1256R141
The arguments has the following shapes:
The text was updated successfully, but these errors were encountered: