aboutsummaryrefslogtreecommitdiff
path: root/src/strategies/device_strategy.cc
blob: 1afdc6039ff958ce9d6ce0e2be6ac09d500a5607 (plain)
1
2
3
4
5
6
7
8
9
#include "device_strategy.hh"

namespace low_latency {

DeviceStrategy::DeviceStrategy(DeviceContext& device) : device(device) {}

DeviceStrategy::~DeviceStrategy() {}

} // namespace low_latency