2 // Copyright © 2017 Arm Ltd. All rights reserved.
3 // SPDX-License-Identifier: MIT
7 #include <backendsCommon/IBackendContext.hpp>
12 class ClBackendContext : public IBackendContext
15 ClBackendContext(const IRuntime::CreationOptions& options);
16 ~ClBackendContext() override;
18 struct ContextControlWrapper;
20 std::shared_ptr<ContextControlWrapper> m_ContextControl;