-
Notifications
You must be signed in to change notification settings - Fork 248
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
[query] unify backend rpc #14693
[query] unify backend rpc #14693
Conversation
6a03bb4
to
99e06b5
Compare
99e06b5
to
9283b9c
Compare
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
40cfdd1
to
8ac34e8
Compare
9283b9c
to
7d91073
Compare
|
||
def _parse_matrix_ir(self, code): | ||
return self._jbackend.parse_matrix_ir(code) | ||
|
||
def _parse_blockmatrix_ir(self, code): |
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.
this is still used to compute blockmatrix sparsity. All others were just used in tests to test that irs parse (which is done by the _type
methods)
I wonder if we can move sparsity into the block matrix type and then this too can be removed?
8ac34e8
to
956e751
Compare
f2c39a6
to
2f3f122
Compare
956e751
to
c07ff10
Compare
2f3f122
to
b02c83b
Compare
c07ff10
to
e7782e2
Compare
b02c83b
to
20e6520
Compare
e7782e2
to
7969e05
Compare
20e6520
to
e66b858
Compare
7969e05
to
1142a0d
Compare
e66b858
to
49bdf73
Compare
1142a0d
to
cf4fa39
Compare
49bdf73
to
0ce4a09
Compare
d0ed52f
to
ed249ec
Compare
88a3844
to
749d5fa
Compare
ed249ec
to
b60c6de
Compare
749d5fa
to
73eaa93
Compare
b60c6de
to
fc4df24
Compare
73eaa93
to
220a71a
Compare
fc4df24
to
ec29acc
Compare
220a71a
to
bbbea4f
Compare
ec29acc
to
9aecc1d
Compare
bbbea4f
to
db27b14
Compare
9aecc1d
to
234a058
Compare
3eae5a8
to
5712e62
Compare
5712e62
to
23f6536
Compare
b6a31f7
to
fc08ea1
Compare
23f6536
to
796a644
Compare
fc08ea1
to
97dd229
Compare
796a644
to
7c34e3e
Compare
97dd229
to
db88046
Compare
7c34e3e
to
f6d9e15
Compare
db88046
to
1ff37b2
Compare
f6d9e15
to
cee1574
Compare
1ff37b2
to
174743e
Compare
cee1574
to
904e13b
Compare
No description provided.