Skip to content

feat(atenlib): generate all aten signatures #223

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

Merged
merged 45 commits into from
Dec 7, 2022
Merged

Conversation

justinchuby
Copy link
Collaborator

@justinchuby justinchuby commented Nov 30, 2022

@justinchuby
Copy link
Collaborator Author

Error cases

  1. tensor list
def aten_unflatten_dense_tensors(flat: TensorType, tensors: TensorType[...]) -> TensorType:
    # unflatten_dense_tensors(Tensor flat, Tensor[] tensors) -> Tensor[]

    raise NotImplementedError()

@fatcat-z
Copy link
Contributor

fatcat-z commented Dec 1, 2022

The generator is designed to be one time to get us started. Thoughts?

I'd like to keep the code for the generator in the repo, to see if we can update it to regenerate some functions caused by ONNX improvement.

@justinchuby
Copy link
Collaborator Author

justinchuby commented Dec 1, 2022

Yeah the code will be in the repo. Which is the previous PR in the stack #212

justinchuby added a commit that referenced this pull request Dec 6, 2022
@justinchuby
Copy link
Collaborator Author

@fatcat-z PTAL

Copy link
Contributor

@fatcat-z fatcat-z left a comment

Choose a reason for hiding this comment

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

Thanks.

justinchuby added a commit that referenced this pull request Dec 7, 2022
@justinchuby justinchuby changed the base branch from gh/justinchuby/5/base to main December 7, 2022 18:20
@justinchuby justinchuby merged commit c9b3ac6 into main Dec 7, 2022
@justinchuby justinchuby deleted the gh/justinchuby/5/head branch December 7, 2022 18:56
Indie365 pushed a commit to Indie365/onnxscript that referenced this pull request Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module: torchlib Related to the torch/aten function lib in development
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants