initial local+remote spmv

This commit is contained in:
Carl William Pearson
2021-06-11 13:09:50 -06:00
parent aae7176823
commit fb88da915d
10 changed files with 1151 additions and 0 deletions

6
where.hpp Normal file
View File

@@ -0,0 +1,6 @@
#pragma once
enum class Where {
host,
device
};