Skip to content
#

cxx17

Here are 68 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 

Improve this page

Add a description, image, and links to the cxx17 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cxx17 topic, visit your repo's landing page and select "manage topics."

Learn more