[inductor] [aot] torch.linalg.lu
can't accept slice operation
, behaving differently with eager
#151401
Labels
high priority
module: dynamo
oncall: pt2
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
π Describe the bug
symptom:
torch.linalg.lu
can't accept slice operation, behaving differently with eager. As you can see, I use [:2] to get P, L. I can do this successfully on eager butaot
throwsdynamic_attributes
error.device backend: both CPP and triton
repro
Error logs
eager
aot_eager
Versions
nightly 20250414
cc @ezyang @gchanan @zou3519 @kadeng @msaroufim @chauhang @penguinwu @voznesenskym @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @chenyang78 @amjames
The text was updated successfully, but these errors were encountered: