Skip to content

Benchmarks for SuiteSparse:GraphBLAS x86 and riscv vector extensions

Notifications You must be signed in to change notification settings

suvorovrain/SuiteSparse-GraphBLAS-Vectorization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains necessary utils scripts for launching and analyzing matrix multiplication from library SuiteSparse:GraphBLAS with RVV1.0 vector extension of RISC-V architecture

Installation Guide:

Install SuiteSparse

./scripts/setup.sh

Machine optimization (Sudo required. Run before running benchmark)

./scripts/optimizations_settings.sh

For x86_64

Build SuiteSparse with and without AVX

./scripts/makelibx86.sh

For RISCV-64

Install riscv-gnu-toolchain https://github.com/riscv-collab/riscv-gnu-toolchain

Install qemu-user https://www.qemu.org/download/#source

Build SuiteSparse with and without RVV

/scripts/makelibriscv.sh

For run tests see /test/README.md

About

Benchmarks for SuiteSparse:GraphBLAS x86 and riscv vector extensions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published