-
-
Notifications
You must be signed in to change notification settings - Fork 80
Conversation
Thanks! |
Build failed: |
Tests failed with |
faca527
to
dd44454
Compare
The culprit should be |
The conjugate-transpose of a transposed complex matrix A is not A but |
97c71dd
to
713422b
Compare
I read the documentation of @maleadt, it's ready to be tested. |
@@ -567,17 +567,22 @@ for (fname,elty) in ((:cusparseScsrmv, :Float32), | |||
ctransa = 'T' | |||
end | |||
cutransa = cusparseop(ctransa) | |||
cuind = cusparseindex(index) |
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.
cuind
variable is not used. I removed it.
713422b
to
2ec414f
Compare
bors d+ |
✌️ amontoison can now approve this pull request. To approve and merge a pull request, simply reply with |
bors try |
What about:
|
tryBuild failed: |
bors try |
tryBuild succeeded: |
About the |
bors r+ |
Build succeeded: |
close #629
#630 , #637
@haampie