-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[bug] MatrixType bug fix: Fix error with BLS (#6664)
Issue: #5819 ### Brief Summary Fixed a set of issues to make BLS tests work. 1. Modified GroupedNDRange generator to directly yield `Expr with TensorType` instead of `_IntermediateMatrix` when `real_matrix=True` 2. Added support for `rescale_index()` to handle `Expr with TensorType` 3. Added scalarization for `indices` of SNode ops Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Yi Xu <xy_xuyi@foxmail.com>
- Loading branch information
1 parent
fa2433d
commit 5c3afe1
Showing
3 changed files
with
126 additions
and
23 deletions.
There are no files selected for viewing
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
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
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