-
Notifications
You must be signed in to change notification settings - Fork 29
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
[Upstream Backend] [PyTorch UT] error: failed to legalize operation 'tt.mulhiui' that was explicitly marked illegal
#548
Comments
Stripped out inductor entirely:
|
Note this is blocking us creating reproducers for two other failing categories:
Once unblocked I will create reproducers for the above |
This was recently added in upstream and not pulled in our fork. @jataylo Are you using upstream or the fork? |
This is using the upstream backend, I can raise these issues at openai/triton if we think this is more appropriate |
This branch fixes the issue, https://github.com/micmelesse/triton/tree/micmelesse/pytorch_2. We will work to upstream this. |
@micmelesse |
This upstream PR should fix the issue: triton-lang#3563 |
Problem Description
Environment:
Docker image: rocm/pytorch-private:rocm_inductor_triton_upstream_migration_v1
Triton branch: https://github.com/jataylo/triton/tree/jack-triton-inductor-migration
Pytorch branch: https://github.com/pytorch/pytorch/tree/rocm-inductor-hip-device
PyTorch UT:
inductor/test_torchinductor.py::test_dropout2_cuda
Reproducer:
Stacktrace:
Operating System
CPU
GPU
AMD Instinct MI250X
ROCm Version
ROCm 6.0.0
ROCm Component
No response
Steps to Reproduce
No response
(Optional for Linux users) Output of /opt/rocm/bin/rocminfo --support
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: