Skip to content

Example use of cusparse's spmv routine, with benchmarking/reporting code

Notifications You must be signed in to change notification settings

mbstrange2/cusparse_spmv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cusparse spmv

A small example program for benchmarking cuSPARSE's csrmv routine with real-world data, against a randomly initialised vector.

Calling make should be sufficient to build the example program. The example can then be called as follows: ./bin/csrspmv <matrixfile> <matrixname> <hostname>

About

Example use of cusparse's spmv routine, with benchmarking/reporting code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 85.3%
  • C 9.6%
  • Makefile 3.9%
  • Shell 1.2%