The Wayback Machine - https://web.archive.org/web/20220127002919/https://github.com/topics/cxx
Skip to content
#

cxx

Here are 409 public repositories matching this topic...

thrust
adetaylor
adetaylor commented Jul 29, 2021
  • With rust 1.54 we can use the readme as docs.
  • Rust 1.55 pattern match cleanups
  • Replace the functions in unqualify.rs with a newtype wrapper for an unqualified ForeignItemFn suitable for use in extern "C'
  • Rename FnAnalysis to FnAnalysisPhase, and FnAnalysisBody to FnAnalysis, and similar for the others
  • Upgrade env_logger so that we don't end up need
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 cxx 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 cxx topic, visit your repo's landing page and select "manage topics."

Learn more