SpTRSVTest is a code repository for SpTRSV, containing the implementation of SpMP-ARM and the SpTRSV test code from ARMPL. Both have been performance-optimized according to their respective papers and documentation.
Preliminaries
- GCC >= 9.5
- ARM CPU
Executing the following shells to run SpMP-ARM
cd ./SpMP-ARM/script/
run_trsv.shPreliminaries
- GCC >= 9.5
- ARMPL >= 24.04
- ARM CPU
Before compiling, you must modify the link and include path of ARMPL in Makefile. Executing the following shells to run SpTRSV-ARMPL
cd ./sptrsvARMPL/script
run_trsv.sh