tensor-compiler / taco

The Tensor Algebra Compiler (taco) computes sparse tensor expressions on CPUs and GPUs
http://tensor-compiler.org
Other
1.24k stars 186 forks source link

Fix spmvGPU and ttvGPU #552

Open zhang677 opened 1 year ago

zhang677 commented 1 year ago

Change the initial state of the reduction symbol for the "none" relation.

wzhao18 commented 7 months ago

Hi @zhang677, I was trying out the spmv example in the test, which was failing. Then I found this PR which seems to fix the bug. I would like to ask is this PR ready and going to be merged to master? Thank you!

zhang677 commented 7 months ago

Hi @wzhao18, we are fixing the CI pipeline. Could you check the commits and try to modify your own code?

wzhao18 commented 7 months ago

@zhang677 Thanks for the update! I will use code from this PR.