项目作者: athelaf

项目描述 :
Conflict-free symmetric SpMV library
高级语言: C++
项目地址: git://github.com/athelaf/cfs-spmv.git
创建时间: 2019-04-11T05:58:06Z
项目社区:https://github.com/athelaf/cfs-spmv

开源协议:BSD 3-Clause "New" or "Revised" License

下载


cfs-spmv

This is an implementation of the work presented in the paper:

“Athena Elafrou, Georgios Goumas, and Nectarios Koziris. 2019. Conflict-free symmetric sparse matrix-vector multiplication on multicore architectures. In Proceedings of the International Conference for High Performance Computing, Networking, Storage and Analysis (SC ’19).”

Dependencies

  • C++ compiler with c++11 support
  • OpenMP
  • Intel(R) Threading Building Blocks

Compilation options

  • —enable-log to enable logging
  • —enable-dp to enable double-precision floating-point computations

Compilation

mkdir build; cd build; ../configure; make; make install