-
Notifications
You must be signed in to change notification settings - Fork 625
[MLIR][Torch] Add TorchToLinalg lowering for AtenAvgPool3dOp #3030
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
Conversation
45fa4c0 to
f569d31
Compare
6bd1c5a to
b1aa443
Compare
|
You will need this commit to |
b1aa443 to
4aa7097
Compare
|
Could you also test with model nod-ai/AMD-SHARK-TestSuite#185 in shark-testsuites with |
It fails during iree-compile with failure for 3d conv but passed for torch-mlir. |
We can do this in a seperate PR, since the current PR doesn't make any change in the Onnx implementation. Or, you can create a PR with your commit for the same. |
I'm getting this: |
4aa7097 to
1f437f7
Compare
|
Hi @rsuderman, can you please re-review this PR? |
1f437f7 to
0794bc9
Compare
|
Hi @rsuderman, can you please re-review this? |
b685a32 to
c1121a7
Compare
This commit also fixes the average pool op' test failing for OnnxToLinalg lowering. Signed-Off By: Vivek Khandelwal <vivekkhandelwal1424@gmail.com>
77e1195 to
9903711
Compare
Hi @rsuderman, just a gentle reminder to review this PR. |
This commit also fixes the average pool op' test failing for OnnxToLinalg lowering. Signed-Off By: Vivek Khandelwal <vivekkhandelwal1424@gmail.com>
This commit also fixes the average pool op' test failing for OnnxToLinalg lowering. Signed-Off By: Vivek Khandelwal <vivekkhandelwal1424@gmail.com>
This commit also fixes the average pool op' test failing for OnnxToLinalg lowering. Signed-Off By: Vivek Khandelwal <vivekkhandelwal1424@gmail.com>
This commit also fixes the average pool op' test failing for OnnxToLinalg lowering.
Signed-Off By: Vivek Khandelwal vivekkhandelwal1424@gmail.com