-
Notifications
You must be signed in to change notification settings - Fork 540
cc: add torch backend support for Multiple backend #3162
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
Conversation
for more information, see https://pre-commit.ci
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## devel #3162 +/- ##
==========================================
+ Coverage 75.64% 75.78% +0.13%
==========================================
Files 411 415 +4
Lines 34569 34846 +277
Branches 1599 1614 +15
==========================================
+ Hits 26151 26407 +256
- Misses 7558 7571 +13
- Partials 860 868 +8 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Lysithea <[email protected]>
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
Signed-off-by: Jinzhe Zeng <[email protected]>
Signed-off-by: Jinzhe Zeng <[email protected]>
Signed-off-by: Jinzhe Zeng <[email protected]>
Signed-off-by: Jinzhe Zeng <[email protected]>
Signed-off-by: Jinzhe Zeng <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fparam and apraram are not supported yet. But I think it's okay for this PR.
Co-authored-by: Han Wang <[email protected]> Signed-off-by: Jinzhe Zeng <[email protected]>
need to test in union environment (tf and pt)
see #3119