From 21e55ae8a1b3ddd4dff6c24a57bdc7d7272fff16 Mon Sep 17 00:00:00 2001 From: Nicolas James Date: Sun, 5 Apr 2026 18:30:25 +1000 Subject: Add boilerplate for separate implementations --- src/device_context.hh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/device_context.hh') diff --git a/src/device_context.hh b/src/device_context.hh index c4d6a43..975d67c 100644 --- a/src/device_context.hh +++ b/src/device_context.hh @@ -14,6 +14,7 @@ #include "instance_context.hh" #include "physical_device_context.hh" #include "queue_context.hh" +#include "strategies/device_strategy.hh" namespace low_latency { @@ -32,6 +33,8 @@ class DeviceContext final : public Context { std::unique_ptr clock; std::unordered_map> queues; + std::unique_ptr strategy; + public: DeviceContext(InstanceContext& parent_instance, PhysicalDeviceContext& parent_physical, -- cgit v1.2.3