Open aaamourao opened 6 years ago
Yes, there is indeed no summation implemented yet. It will be added in the not too distant future.
Thanks for the quick answer, @karlrupp
@karlrupp The methods begin1()
, begin2()
, end1()
and end2()
are not available for compressed matrices. Will it be added in the future too? Should I open an issue for that?
@madc0ww The issue with .begin1(), .begin2(), end1() and end2() on compressed matrices in the context of ViennaCL is that they are very inefficient and are likely to cause a lot of trouble for users.
Hi, I want to sum two compressed matrices, but it seems that there is no
operator+
oroperator+=
implemented for them:I got the following error:
I'm using ViennaCL with OpenCL.