Skip to content

Commit

Permalink
gitkeep
Browse files Browse the repository at this point in the history
  • Loading branch information
erhant committed Apr 13, 2022
1 parent afe6ffa commit 54f209e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@
build/*
lib/*
!build/README.MD
!build/.gitkeep

# Ignore any executables
bin/*
!bin/README.MD
!bin/.gitkeep

# Ignore Mac specific files
.DS_Store
Expand Down
6 changes: 5 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Exploring CSR-based Mixed and Multi-Precision SpMV for GPUs

Submitted to EuroPar'22 as "Erhan Tezcan, Tuğba Torun, Fahrican Koşar, Kamer Kaya and Didem Unat, _Mixed and Multi-Precision SpMV for GPUs with Row-wise Precision Selection_"
This works aims to improve Sparse Matrix-Vector Multiplication by using mixed-precision (FP32 + FP64). In doing so, it permutes the matrix such that threads are more load balanced for the mixed-precision computations.

## Building

Expand Down Expand Up @@ -72,3 +72,7 @@ Stored under `scripts` folder:
- `prints.py` helper functions for printing.

`plottype` folder has generic plotting functions such as bar, heatmap, density etc. and `plotspecial` folder has specific plots.

## Submission

Submitted to EuroPar'22 as "Erhan Tezcan, Tuğba Torun, Fahrican Koşar, Kamer Kaya and Didem Unat, _Mixed and Multi-Precision SpMV for GPUs with Row-wise Precision Selection_"
Empty file added bin/.gitkeep
Empty file.
Empty file added build/.gitkeep
Empty file.

0 comments on commit 54f209e

Please sign in to comment.