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
As the title says, sometimes we may get the following indices after we outline and parameterize the operation, but it is not yet supported by MLIR.
%0 = affine.load %arg0[%arg6, %arg7 mod symbol(%arg5), %arg8, %arg9] {from = "layer2_0_avgpool"} : memref<1x32x16x16xf32, #map0>
It throws the error.
error: semi-affine expressions (modulo by non-const) are not supported
The text was updated successfully, but these errors were encountered:
Similar issue in IREE project: iree-org/iree#9279
Sorry, something went wrong.
Currently we can only rewrite this kind of affine.load to memref.load
affine.load
memref.load
[Pass] Support ModOp in .outline() (#127)
20964ca
chhzh123
No branches or pull requests
As the title says, sometimes we may get the following indices after we outline and parameterize the operation, but it is not yet supported by MLIR.
It throws the error.
The text was updated successfully, but these errors were encountered: