File: README

package info (click to toggle)
rocsparse 6.4.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 20,428 kB
  • sloc: cpp: 234,069; f90: 9,307; sh: 2,262; python: 1,939; makefile: 1,585; ansic: 440; xml: 26
file content (5 lines) | stat: -rw-r--r-- 296 bytes parent folder | download
1
2
3
4
5
To download suitesparse matrices found in the file suitesparse_<x>.cmake, run the commands:

cd rocSPARSE/cmake/suitesparse
mkdir build && cd build && cmake .. && make && cp ./rocsparse_mtx2csr .. && cd .. && rm -r build
cmake -DCMAKE_MATRICES_DIR=<my_matrices_directory> -P suitesparse_<x>.cmake