-
Notifications
You must be signed in to change notification settings - Fork 51
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
[PyTorch Upstream][IGC] Stock pytorch fp16 e2e test got segmentfault from triton. #1073
Comments
@riverliuintel @vlad-penkin this issue blocked Inductor upstream process, please priotize, thanks. |
I will investigate and report back. |
Hi, @alexbaden:
|
Looks like the crash is in IGC:
I have the spirv dumps that cause the IGC crash and will submit a ticket to the IGC team. |
Hi @alexbaden , can you share the IGC ticket link? |
@etaf you've been added as watcher to the IGC ticket and should've receive an email notification. |
Hi, @alexbaden @vlad-penkin how can I get the fixed driver? |
We got segmentfault when runing stock pytorch fp16 end2end test. we've narrow down a mini reporducer as follow:
We got the callstack as follow:
To reproduce, please build stock pytorch with env "USE_XPU=1", and run the above script.
The text was updated successfully, but these errors were encountered: