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

[Graph] Small graph benchmark fix. #312

Closed
wants to merge 27 commits into from

Conversation

Aalanli
Copy link
Collaborator

@Aalanli Aalanli commented Jul 12, 2023

No description provided.

@Aalanli Aalanli closed this Jul 12, 2023
@Aalanli Aalanli deleted the graph-bench-bug-fix branch September 27, 2023 18:09
vadiklyutiy pushed a commit that referenced this pull request Jul 22, 2024
Closes #282 

In the interest of time, only supported enough functionality to resolve
the `NotImplementedError` in the issue.

Also registered the `torch.Tensor.cumsum` method which was encountered
in the same model immediately after extending `einsum`

Additionally, added a default value `False` to the `inplace` parameter
in the function `relu` defined in `register_functions.py` to match the
behaviour in PyTorch
vadiklyutiy pushed a commit that referenced this pull request Jul 23, 2024
Closes #282 

In the interest of time, only supported enough functionality to resolve
the `NotImplementedError` in the issue.

Also registered the `torch.Tensor.cumsum` method which was encountered
in the same model immediately after extending `einsum`

Additionally, added a default value `False` to the `inplace` parameter
in the function `relu` defined in `register_functions.py` to match the
behaviour in PyTorch
vadiklyutiy pushed a commit that referenced this pull request Dec 26, 2024
Closes #282 

In the interest of time, only supported enough functionality to resolve
the `NotImplementedError` in the issue.

Also registered the `torch.Tensor.cumsum` method which was encountered
in the same model immediately after extending `einsum`

Additionally, added a default value `False` to the `inplace` parameter
in the function `relu` defined in `register_functions.py` to match the
behaviour in PyTorch
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.

1 participant