Conversation
style in line with the existing tests and cupy#2598
|
Jenkins, test this please |
|
Successfully created a job for commit 17f2f46: |
|
The test actually doesn't ensure that cub is being used for the spmv, but I don't think there is an easy way to do that, so LGTM |
|
Jenkins CI test (for commit 17f2f46, target branch master) succeeded! |
Thanks, @emcastillo! That's right, but I think it's the same for all existing CUB tests...That's why in the beginning of #2598 I suggested to monitor the performance change (under the assumption that CUB is always faster). Not sure whether the backend mechanism suggested in #3445 could help for this purpose? |
Sorry @emcastillo, I was being silly. Mock tests are exactly for this purpose! I will write mock tests to cover the whole |
This tests against the CUB SpMV support added in #2698. Style in line with the existing tests and #2598. Not sure why I didn't add this in #2598...
@grlee77 Could you take a look?