From adcad07228a6ecae0cfc7b6f468796878b7e30a0 Mon Sep 17 00:00:00 2001 From: kadir-hpi7 Date: Tue, 5 Jan 2016 16:14:41 +0200 Subject: [PATCH] Readme was added --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 340eb97..9e3f567 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ CodeVault: Sparse Linear Algebra ================ +# Overview +In this Sparse Linear Algebra folder, there are sample codes for beginners, as well as advanced codes including important computational kernels. +# Contributors & Maintainers +- Cevdet Aykanat (aykanat@cs.bilkent.edu.tr) +- Kadir Akbudak (kadir.cs@gmail.com) +- Reha Oguz Selvitopi(reha@cs.bilkent.edu.tr) + +# Contents +- spgemm: Multiplication of two sparse matrices. + - mkl_shmem: Using MKL's routine mkl_dcsrmultcsr() on a multicore processor + - mkl_xphi: Using MKL's routine mkl_dcsrmultcsr() via offloading to a Xeon Phi coprocessor -- GitLab