Skip to content

[PyTorch][Inductor] TestSelectAlgorithm.test_convolution1 failed on LTS #4232

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

Open
anmyachev opened this issue May 16, 2025 · 0 comments
Open

Comments

@anmyachev
Copy link
Contributor

anmyachev commented May 16, 2025

python test/inductor/test_select_algorithm.py TestSelectAlgorithm.test_convolution1

FAILED [31.8922s] inductor/test_select_algorithm.py::TestSelectAlgorithm::test_convolution1 - torch._inductor.exc.InductorError: AssertionError: Incorrect result from choice TritonTemplateCaller(/tmp/tmppnv1tsig/xg/cxginugkiv6uciy7zlp4vovrcd34mdi2yrnpoigpuvvwmoeyesu6.py, ALLOW_TF32='False', BLOCK_K=32, BLOCK_M=256, BLOCK_N=64, GROUPS=1, KERNEL_H=3, KERNEL_W=3, PADDING_H=4, PADDING_W=5, STRIDE_H=2, STRIDE_W=3, UNROLL=False, num_stages=2, num_warps=8)

Tensor-likes are not close!

Mismatched elements: 204 / 23120 (0.9%)
Greatest absolute difference: 26.31304931640625 at index (1, 14, 18, 13) (up to 0.0001 allowed)
Greatest relative difference: 1092.3812255859375 at index (1, 11, 18, 14) (up to 0.0001 allowed)


To execute this test, run the following from the base repo dir:
    python test/inductor/test_select_algorithm.py TestSelectAlgorithm.test_convolution1

Thanks to @alexbaden, he was able to reproduce the problem on LTS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants