Skip to content
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

[Torch Dialect] Emit torch.aten.mul.float_int, add folder and conversion to Arith. #3750

Merged
merged 8 commits into from
Nov 27, 2024

Conversation

giacs-epic
Copy link
Contributor

Folder is required to simplify the shape calculation of torch.aten.__interpolate.size_list_scale_list:

" %13 = torch.operator \"aten.mul.float_int\"(%11, %12) : (!torch.float, !torch.int) -> !torch.float \n"
" %14 = torch.aten.Int.float %13 : !torch.float -> !torch.int\n"
" %15 = torch.aten.append.t %3, %14 : !torch.list<int>, !torch.int -> !torch.list<int>\n"
" %16 = torch.aten.__getitem__.t %9, %int1 : !torch.list<float>, !torch.int -> !torch.float\n"
" %17 = torch.aten.__getitem__.t %arg0, %int3 : !torch.list<int>, !torch.int -> !torch.int\n"
" %18 = torch.operator \"aten.mul.float_int\"(%16, %17) : (!torch.float, !torch.int) -> !torch.float \n"
" %19 = torch.aten.Int.float %18 : !torch.float -> !torch.int\n"
" %20 = torch.aten.append.t %3, %19 : !torch.list<int>, !torch.int -> !torch.list<int>\n"

(I've re-run build_tools/update_abstract_interp_lib.sh)

Copy link
Collaborator

@zjgarvey zjgarvey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Similar comments as on the other PR.

test/Conversion/TorchToArith/basic.mlir Outdated Show resolved Hide resolved
lib/Dialect/Torch/IR/TorchOps.cpp Show resolved Hide resolved
Copy link
Collaborator

@zjgarvey zjgarvey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I made some suggestions. Ping me when you make those and I'll approve the PR.

test/Conversion/TorchToArith/basic.mlir Outdated Show resolved Hide resolved
giacs-epic and others added 2 commits November 20, 2024 08:58
Co-authored-by: zjgarvey <47986913+zjgarvey@users.noreply.github.com>
qingyunqu pushed a commit that referenced this pull request Nov 20, 2024
…shape calculation of `upsample_nearest2d`) (#3764)

As per title. See also
[PR](#3750) for
`torch.aten.mul.float_int`.

---------

Co-authored-by: zjgarvey <47986913+zjgarvey@users.noreply.github.com>
qingyunqu pushed a commit that referenced this pull request Nov 21, 2024
…shape calculation of `upsample_nearest2d`) (#3764)

As per title. See also
[PR](#3750) for
`torch.aten.mul.float_int`.

---------

Co-authored-by: zjgarvey <47986913+zjgarvey@users.noreply.github.com>
@zjgarvey zjgarvey self-requested a review November 26, 2024 22:21
@zjgarvey
Copy link
Collaborator

It does look like this needs to resolve some minor conflicts. Would you mind syncing with main so we can merge?

@zjgarvey zjgarvey merged commit 4498569 into llvm:main Nov 27, 2024
3 checks passed
rahuls-cerebras added a commit that referenced this pull request Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants