This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
Documentation for cub::DeviceSpmv
refers to unused alpha
and beta
parameters
#416
Labels
good first issue
Good for newcomers.
only: docs
Documentation changes only. Doesn't need code CI.
P0: must have
Absolutely necessary. Critical issue, major blocker, etc.
Milestone
There is some inconsistency in the documentation for
cub::DeviceSpmv
(https://nvlabs.github.io/cub/structcub_1_1_device_spmv.html). The overview saysBut the function signature of
CsrMV
has neitheralpha
norbeta
, and the function's description saysHowever, the code snippet has
alpha
andbeta
.Could someone clarify on this? Thanks!
The text was updated successfully, but these errors were encountered: