Files
dist-spmv/where.hpp
Carl William Pearson fb88da915d initial local+remote spmv
2021-06-11 13:09:50 -06:00

6 lines
56 B
C++

#pragma once
enum class Where {
host,
device
};