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

[Operator] simplify outer backward #201

Merged
merged 4 commits into from
Sep 5, 2024
Merged

[Operator] simplify outer backward #201

merged 4 commits into from
Sep 5, 2024

Conversation

StrongSpoon
Copy link
Collaborator

PR Category

Operator

Type of Change

Other

Description

use mv instead of mm for outer backward. thus ci/cd could finish in a short time.
and reduce tests of addmm as well, cause it doesn't need thousands of cases to prove the accuracy.
the cuda performance of outer backward isn't improved indeed. optimization to do on mv.

Issue

Progress

  • Change is properly reviewed (1 reviewer required, 2 recommended).
  • Change is responded to an issue.
  • Change is fully covered by a UT.

Performance

@Bowen12992 Bowen12992 merged commit 17c632e into master Sep 5, 2024
@Bowen12992 Bowen12992 deleted the dev_lzx branch September 5, 2024 11:06
DuanYaQi pushed a commit that referenced this pull request Sep 13, 2024
* [op] simplify outer backward to accelerate ci for blas

* [tests] reduce the accuracy tests of addmm

* [doc] update version2.1 change log

* [no ci] pre-commit

---------

Co-authored-by: Bowen12992 <zhangbo.sjtu@qq.com>
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