Git Product home page Git Product logo

benchmark_spmv_using_csr5's Introduction

Benchmark_SpMV_using_CSR5



Introduction

This is the source code of the paper

Weifeng Liu and Brian Vinter. 2015. CSR5: An Efficient Storage Format for Cross-Platform Sparse Matrix-Vector Multiplication. In Proceedings of the 29th ACM international conference on Supercomputing (ICS '15). (To appear).

A draft version is downloadable at http://arxiv.org/abs/1503.05032.

Contact: Weifeng Liu (weifeng.liu at nbi.ku.dk) and/or Brian Vinter (vinter at nbi.ku.dk).



CPU (AVX2) version

  • Execution
  1. Set environments for the Intel C/C++ Compilers. For example, use source /opt/intel/composer_xe_2015.1.133/bin/compilervars.sh intel64,
  2. Run make,
  3. Run ./spmv example.mtx.
  • Tested environments
  1. Intel Core i7-4770R CPU with Ubuntu 14.04 64-bit Linux installed.
  2. Intel Xeon E5-2667 v3 dual-socket CPUs with Redhat 6.5 64-bit Linux installed.
  • Data type
  1. Currently, only 64-bit double precision SpMV is supported.



nVidia GPU (CUDA) version

  • Execution
  1. Set CUDA path in the Makefile,
  2. Run make,
  3. Run ./spmv example.mtx.
  • Tested environments
  1. nVidia GeForce GTX 980 GPU in a host with Ubuntu 14.04 64-bit Linux installed.
  2. nVidia GeForce GT 650M GPU in a host with Mac OS X 10.9.2 installed.
  • Data type
  1. The code supports both double precision and single precision SpMV. Use make VALUE_TYPE=double for double precision or make VALUE_TYPE=float for single precision.



AMD GPU (OpenCL) version

  • Execution
  1. Set OpenCL path in the Makefile,
  2. Run make,
  3. Run ./spmv example.mtx.
  • Tested environments
  1. AMD Radeon R9-290X GPU in a host with Ubuntu 14.04 64-bit Linux installed.
  • Data type
  1. The code supports both double precision and single precision SpMV. Use make VALUE_TYPE=double for double precision or make VALUE_TYPE=float for single precision.



Intel Xeon Phi (KNC) version

  • Execution
  1. Set environments for the Intel C/C++ Compilers. For example, use source /opt/intel/composer_xe_2015.1.133/bin/compilervars.sh intel64,
  2. Run make,
  3. Run ./spmv example.mtx.
  • Tested environments
  1. Intel Xeon Phi 5110p in a host with Redhat 6.5 64-bit Linux installed.
  • Data type
  1. Currently, only 64-bit double precision SpMV is supported.

benchmark_spmv_using_csr5's People

Contributors

weifengliu-ssslab avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.