Skip to content

Jonas164/PSpaMM

 
 

Repository files navigation

Code Generator for Sparse Matrix Multiplication

Generates inline-Assembly for sparse Matrix Multiplication.

Currently Intel Xeon Phi 'Knights Landing' (AVX512) and ARM Cortex-A53 (ARMv8) are supported.

Usage:

./pspamm M N K LDA LDB LDC ALPHA BETA --arch arm/knl

--mtx_filename MTX_FILE_PATH --output_funcname FUNCTION_NAME --output_filename OUTPUT_NAME

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 87.6%
  • Python 12.2%
  • Other 0.2%