Skip to content
#

cpp20

cpp logo

C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.

Here are 908 public repositories matching this topic...

thrust
cub
WeiqunZhang
WeiqunZhang commented Jan 2, 2022

There is some inconsistency in the documentation for cub::DeviceSpmv (https://nvlabs.github.io/cub/structcub_1_1_device_spmv.html). The overview says

The SpMV computation performs the matrix-vector operation y = alpha*A*x + beta*y,

But the function signature of CsrMV has neither alpha nor beta, and the function's description says

This function performs the matrix-vector 
rconde01
rconde01 commented Oct 14, 2021

The documentation says this "Even though mp-units library does not implement any Linear Algebra types it is generic enough to be used with other Linear Algebra libraries existing on the market.". A set of examples using Eigen would be helpful. Blaze would probably be good too, but personally I don't use it so it's a lower priority for me.

Created by Bjarne Stroustrup

Released October 1985

Website
isocpp.org
Wikipedia
Wikipedia