/* * Copyright (C) 2018 Intel Corporation * * SPDX-License-Identifier: MIT * */ #pragma once #include #include namespace OCLRT { class GraphicsAllocation; using ResidencyContainer = std::vector; using AllocationView = std::pair; } // namespace OCLRT