Fix output tensor shape for argmin and argmax where keepdim=True and dim=None#6536
Fix output tensor shape for argmin and argmax where keepdim=True and dim=None#6536wonjoo-wj merged 8 commits intopytorch:masterfrom mrnikwaws:master
Conversation
wonjoo-wj
left a comment
There was a problem hiding this comment.
Thanks! Changes LGTM, can you add a corresponding unit test at https://github.com/pytorch/xla/blob/master/test/cpp/test_aten_xla_tensor_2.cpp#L2077 and fix the linter issues?
|
Yep will do |
|
Seems like the build is failing: My guess is because test with name |
|
I misread the test code - they need unique names - fixing now |
|
New test failures seem unrelated? |
|
Apologies for the delay but can you rebase with this head? The failing tests have been disabled on head, but I hope to let the CI complete before merging this. Thanks! |
|
Looks like new unrelated failures |
|
Yeah, it's been a rough day for the head CI.. 😢 Let's just wait for the other CIs and merge it if they're green, changes LGTM anyways. Thanks! |
|
CI seems to be passing other than the same failure on head. Merging this. Thanks! |
Current failure looks like this:
After: