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

↔ [Converter] Add support for assorted operators in the FX aten path #1769

Closed
gs-olive opened this issue Mar 24, 2023 · 3 comments · Fixed by #1814
Closed

↔ [Converter] Add support for assorted operators in the FX aten path #1769

gs-olive opened this issue Mar 24, 2023 · 3 comments · Fixed by #1814
Assignees
Labels

Comments

@gs-olive
Copy link
Collaborator

gs-olive commented Mar 24, 2023

aten.unsqueeze, aten.reshape, aten.permute, aten.transpose

  • Function Schema:

    • torch.ops.aten.arange.start: ((), {})
    • torch.ops.aten.rsub.Scalar: ((torch.float32,), {})
    • torch.ops.aten._to_copy.default: ((torch.int32,), {})
    • torch.ops.aten.embedding.default: ((torch.float32, torch.int64), {})
    • torch.ops.aten.embedding.default: ((torch.float32, torch.int32), {})
    • torch.ops.aten.layer_norm.default: ((torch.float32, None, torch.float32, torch.float32), {})
    • torch.ops.aten.addmm.default: ((torch.float32, torch.float32, torch.float32), {})
    • torch.ops.aten._softmax.default: ((torch.float32,), {})
    • torch.ops.aten.where.self: ((torch.bool, torch.float32, torch.float32), {})
  • Original PyTorch API: torch.arange, torch.embedding, torch.layer_norm, torch.addmm, torch._softmax, torch.where

  • Relevant TensorRT Documentation: IElementWiseLayer, IConstantLayer

Add support for the above function schemas as aten converters.

@gs-olive gs-olive added the feature request New feature or request label Mar 24, 2023
@apbose
Copy link
Collaborator

apbose commented Mar 31, 2023

Added #1790 , #1794, #1796, #1797, #1798, #1799 for the subtasks

@narendasan
Copy link
Collaborator

#1724 (additional sub tasks)

@github-actions
Copy link

github-actions bot commented Aug 1, 2023

This issue has not seen activity for 90 days, Remove stale label or comment or this will be closed in 10 days

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

Successfully merging a pull request may close this issue.

3 participants