Giter Site home page Giter Site logo

marioa / gpu_spmv Goto Github PK

View Code? Open in Web Editor NEW

This project forked from edoardocb/gpu_spmv

0.0 0.0 0.0 85 KB

This repo contains the code to perform the SpMV product with the CSR, K1, AXC, and AXT formats. Using CUDA instructions and the CUSPARSE library.

Shell 3.29% C 54.76% Cuda 41.95%

gpu_spmv's Introduction

gpu_spmv

The AXT format has been published in the paper "A new AXT format for an efficient SpMV product using AVX-512 instructions and CUDA" in the journal Advances in Engineering Software. The paper can be found on the following link: https://www.sciencedirect.com/science/article/pii/S0965997821000260 .

The AXT format's software is part of the AXT_SPL library registered under a GPL license. The Universidad de Santiago de Compostela partially owns the intellectual rights.

This project contains the code to perform the SpMV product on NVIDIA's GPUs.

CSR format. - Naive version - CUSPARSE function.

AXC format. - New version.

K1 format. - Original version from paper. - Improved version (reordering integrated)

AXT format. - Uncompacted with tileHeight = 1. - Uncompacted with tileHeight > 1. - Compacted with tileHeight = 1 (not completed)

gpu_spmv's People

Contributors

edoardocb 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.