This repository has been archived by the owner on Jan 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 115
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@thisjiang 您好~可以帮忙看看这个算子吗?单测 Paddle-CINN-CI 没有通过,检测 docker md5 失败了, 应该如何解决?
|
这个CI不用管,目前还在开发阶段,只用 |
thisjiang
reviewed
Feb 27, 2023
@thisjiang 可以麻烦看看 PR 吗?
|
thisjiang
reviewed
Mar 1, 2023
thisjiang
approved these changes
Mar 2, 2023
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.
LGTM
BiynXu
pushed a commit
to BiynXu/CINN
that referenced
this pull request
Mar 8, 2023
* add triangular solve op * add tests * update cublas call * post pre-commit ;) * post-commit ;) * conditional compilation for triangular solve test * update test cases && add broadcast * update test case for left_side=False && remove header * update left_side=False test cast * update singular test case * refine broadcast
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No.82:为神经网络编译器 CINN 增加 triangular_solve 算子
在 cublas 里面,矩阵使用列优先,而 CINN 用的行优先,所以要对计算的公式的两边做转置。
变成了
输入的参数: