Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 379 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 379 Bytes

NVPL SPARSE Examples

The examples demonstrate how to call NVPL SPARSE from C language.

Build

The examples use CMake to build.

cmake -S. -Bbuild <cmake-options>
cmake --build build

Run

The simplest way to run all examples is using ctest:

cd build
ctest

The examples can be run manually as well, for instance:

./build/c/c_spmv_coo