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

namespace low_latency {

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

LowLatency2DeviceStrategy::~LowLatency2DeviceStrategy() {}

} // namespace low_latency